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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.