Table of Contents

Class SqlTruncateNode

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

Represents an SQL syntax tree statement node that defines a truncation of a table.

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

Properties

Table

Table to truncate.

public SqlRecordSetNode Table { get; }

Property Value

SqlRecordSetNode