Table of Contents

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

bool

Table

Table's name.

public SqlRecordSetInfo Table { get; }

Property Value

SqlRecordSetInfo