CoalesceExpression.Expressions Property

Definition

The list of expressions, must have at least two elements.

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

Property Value

Applies to