InsertMergeAction.Columns Property

Definition

List of columns of the target table in which to insert data.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression> Columns { get; }
member this.Columns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression>
Public ReadOnly Property Columns As IList(Of ColumnReferenceExpression)

Property Value

Applies to