共用方式為


DbGroupByExpression.Keys 屬性

定義

取得可提供群組索引鍵的 DbExpression 清單。

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)

屬性值

可提供群組索引鍵的 DbExpression 清單。

適用於