Dela via


ComputeClause.ByExpressions Property

Gets a list of the expressions that come after By.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ComputeClause Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace