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 にはコレクションの結果の型がありません。

適用対象