DbGroupByExpression.Keys Propiedad

Definición

Obtiene una lista de DbExpression que proporciona las claves de agrupación.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Keys { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Keys { get; }
member this.Keys : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Keys As IList(Of DbExpression)

Valor de propiedad

Una lista de DbExpression que proporciona las claves de agrupación.

Se aplica a