DbSortExpression.SortOrder-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft eine DbSortClause-Liste ab, die die Sortierreihenfolge definiert.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property SortOrder As IList(Of DbSortClause)
Get
'Usage
Dim instance As DbSortExpression
Dim value As IList(Of DbSortClause)
value = instance.SortOrder
public IList<DbSortClause> SortOrder { get; }
public:
property IList<DbSortClause^>^ SortOrder {
IList<DbSortClause^>^ get ();
}
member SortOrder : IList<DbSortClause>
function get SortOrder () : IList<DbSortClause>
Eigenschaftswert
Typ: System.Collections.Generic.IList<DbSortClause>