OrderByClause.OrderByElements (Propiedad)

Obtiene una lista de los elementos.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

OrderByClause Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)