DbSortClause.Ascending-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 einen booleschen Wert ab, der angibt, ob dieser Sortierschlüssel eine aufsteigende Sortierreihenfolge verwendet oder nicht.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Ascending As Boolean
Get
'Usage
Dim instance As DbSortClause
Dim value As Boolean
value = instance.Ascending
public bool Ascending { get; }
public:
property bool Ascending {
bool get ();
}
member Ascending : bool
function get Ascending () : boolean
Eigenschaftswert
Typ: System.Boolean