次の方法で共有


DbGroupByExpression.Keys プロパティ

定義

グループ化キーを提供する DbExpression リストを取得します。

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

プロパティ値

グループ化キーを提供する DbExpression リスト。

適用対象