Table of Contents

Class SqlAddColumnNode

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

Represents an SQL syntax tree statement node that defines an addition of a single column to a table.

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

Properties

Definition

Definition of the column to add.

public SqlColumnDefinitionNode Definition { get; }

Property Value

SqlColumnDefinitionNode

Table

Source table.

public SqlRecordSetInfo Table { get; }

Property Value

SqlRecordSetInfo