DbExpressionBuilder.GroupBind(DbExpression) 方法

定義

建立新的群組表達式系結,這個系結會使用產生的變數和群組變數名稱來系結指定的表達式。

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 沒有集合結果類型。

適用於