Udostępnij za pośrednictwem


DbGroupByExpression.Keys Właściwość

Definicja

Pobiera listę zawierającą DbExpression klucze grupowania.

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)

Wartość właściwości

Lista zawierająca DbExpression klucze grupowania.

Dotyczy