Sdílet prostřednictvím


OrderByClause.OrderByElements – vlastnost

Získá seznam položek.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property OrderByElements As IList(Of ExpressionWithSortOrder)
    Get
public IList<ExpressionWithSortOrder> OrderByElements { get; }
public:
property IList<ExpressionWithSortOrder^>^ OrderByElements {
    IList<ExpressionWithSortOrder^>^ get ();
}
member OrderByElements : IList<ExpressionWithSortOrder>
function get OrderByElements () : IList<ExpressionWithSortOrder>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ExpressionWithSortOrder>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OrderByClause Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů