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

適用対象