Class SqlDropTableNode
- Namespace
- LfrlAnvil.Sql.Expressions
- Assembly
- LfrlAnvil.Sql.Core.dll
Represents an SQL syntax tree statement node that defines a removal of a single table.
public sealed class SqlDropTableNode : SqlNodeBase, ISqlStatementNode
- Inheritance
-
SqlDropTableNode
- Implements
- Inherited Members
Properties
IfExists
Specifies whether or not the removal attempt should only be made if this table exists in DB.
public bool IfExists { get; }
Property Value
Table
Table's name.
public SqlRecordSetInfo Table { get; }