Table of Contents

Class SqlDeleteFromNode

Namespace
LfrlAnvil.Sql.Expressions.Persistence
Assembly
LfrlAnvil.Sql.Core.dll

Represents an SQL syntax tree statement node that defines a deletion of records from a data source.

public sealed class SqlDeleteFromNode : SqlNodeBase, ISqlStatementNode
Inheritance
SqlDeleteFromNode
Implements
Inherited Members

Properties

DataSource

Data source that defines records to be deleted.

public SqlDataSourceNode DataSource { get; }

Property Value

SqlDataSourceNode

Remarks

Records will be removed from the From record set.