Partager via


DbGroupByExpression.Keys, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient une liste DbExpression qui fournit des clés de regroupement.

Espace de noms :  System.Data.Entity.Core.Common.CommandTrees
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Keys As IList(Of DbExpression)
    Get
'Utilisation
Dim instance As DbGroupByExpression 
Dim value As IList(Of DbExpression)

value = instance.Keys
public IList<DbExpression> Keys { get; }
public:
property IList<DbExpression^>^ Keys {
    IList<DbExpression^>^ get ();
}
member Keys : IList<DbExpression>
function get Keys () : IList<DbExpression>

Valeur de propriété

Type : System.Collections.Generic.IList<DbExpression>

Voir aussi

Référence

DbGroupByExpression Classe

Espace de noms System.Data.Entity.Core.Common.CommandTrees