Condividi tramite


Proprietà DbGroupExpressionBinding.GroupAggregate

[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 l'oggetto DbGroupAggregate che rappresenta la raccolta di elementi del gruppo.

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

Sintassi

'Dichiarazione
Public ReadOnly Property GroupAggregate As DbGroupAggregate 
    Get
'Utilizzo
Dim instance As DbGroupExpressionBinding 
Dim value As DbGroupAggregate 

value = instance.GroupAggregate
public DbGroupAggregate GroupAggregate { get; }
public:
property DbGroupAggregate^ GroupAggregate {
    DbGroupAggregate^ get ();
}
member GroupAggregate : DbGroupAggregate
function get GroupAggregate () : DbGroupAggregate

Valore proprietà

Tipo: System.Data.Entity.Core.Common.CommandTrees.DbGroupAggregate

Vedere anche

Riferimento

DbGroupExpressionBinding Classe

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