DbExpressionBuilder.GroupBind(DbExpression) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的群組表達式系結,這個系結會使用產生的變數和群組變數名稱來系結指定的表達式。
public:
[System::Runtime::CompilerServices::Extension]
static System::Data::Common::CommandTrees::DbGroupExpressionBinding ^ GroupBind(System::Data::Common::CommandTrees::DbExpression ^ input);
public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBind(this System.Data.Common.CommandTrees.DbExpression input);
static member GroupBind : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbGroupExpressionBinding
<Extension()>
Public Function GroupBind (input As DbExpression) As DbGroupExpressionBinding
參數
- input
- DbExpression
束縛的表達。
傳回
一個新的群組表達式綁定,包含指定的表達式,以及產生的變數名稱和群組變數名稱。
例外狀況
input 為 null。
input 沒有集合結果類型。