Dela via


CoalesceExpression.Expressions Property

Gets a list of expressions, which must have at least two elements.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Expressions As IList(Of Expression)
public IList<Expression> Expressions { get; }
public:
property IList<Expression^>^ Expressions {
    IList<Expression^>^ get ();
}
member Expressions : IList<Expression>
function get Expressions () : IList<Expression>

Property Value

Type: System.Collections.Generic.IList<Expression>

.NET Framework Security

See Also

Reference

CoalesceExpression Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace