共用方式為


DbGroupExpressionBinding 類別

定義

針對 DbGroupByExpression 的輸入集定義繫結。 除了 的屬性 DbExpressionBinding 之外,DbGroupExpressionBinding 也會透過變數參考和透過 屬性對群組匯總 提供群組專案的 存取。

public sealed class DbGroupExpressionBinding
type DbGroupExpressionBinding = class
Public NotInheritable Class DbGroupExpressionBinding
繼承
DbGroupExpressionBinding

屬性

Expression

取得定義 DbExpression 輸入集的 。

GroupAggregate

取得 DbGroupAggregate,這個彙總表示群組中項目的集合。

GroupVariable

取得參考群組項目變數的 DbVariableReferenceExpression

GroupVariableName

取得指派給群組項目變數的名稱。

GroupVariableType

取得群組項目變數的型別中繼資料 (Metadata)。

Variable

取得參考項目變數的 DbVariableReferenceExpression

VariableName

取得指派給項目變數的名稱。

VariableType

取得項目變數的型別中繼資料 (Metadata)。

擴充方法

GroupBy(DbGroupExpressionBinding, IEnumerable<KeyValuePair<String,DbExpression>>, IEnumerable<KeyValuePair<String,DbAggregate>>)

建立新的 DbGroupByExpression,它會根據指定的群組索引鍵分組輸入集項目,並套用指定的彙總。

適用於