Condividi tramite


DbGroupByExpression.Keys Proprietà

Definizione

Ottiene un elenco DbExpression che fornisce le chiavi di raggruppamento.

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)

Valore della proprietà

Elenco DbExpression che fornisce le chiavi di raggruppamento.

Si applica a