Поделиться через


OrderByClause.OrderByElements - свойство

Получает список элементов.

Пространство имен:  Microsoft.Data.Schema.ScriptDom.Sql
Сборка:  Microsoft.Data.Schema.ScriptDom.Sql (в Microsoft.Data.Schema.ScriptDom.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ExpressionWithSortOrder>

Безопасность платформы .NET Framework

См. также

Ссылки

OrderByClause Класс

Microsoft.Data.Schema.ScriptDom.Sql - пространство имен