DbGroupByExpression.Keys Tulajdonság

Definíció

Lekéri a DbExpression csoportosítási kulcsokat tartalmazó listát.

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)

Tulajdonság értéke

Csoportosítási DbExpression kulcsokat tartalmazó lista.

A következőre érvényes: