DbGroupExpressionBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對 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,它會根據指定的群組索引鍵分組輸入集項目,並套用指定的彙總。 |