Condividi tramite


Proprietà DbSortClause.Ascending

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore Boolean che indica se la chiave di ordinamento utilizza è crescente o meno.

Spazio dei nomi:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Ascending As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean

Vedere anche

Riferimento

DbSortClause Classe

Spazio dei nomi System.Data.Entity.Core.Common.CommandTrees