DbExpressionBuilder.Bind(DbExpression) メソッド

定義

生成された変数名を使用して指定した式をバインドする新しい DbExpressionBinding を作成します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbExpressionBinding ^ Bind(System::Data::Common::CommandTrees::DbExpression ^ input);
public static System.Data.Common.CommandTrees.DbExpressionBinding Bind (this System.Data.Common.CommandTrees.DbExpression input);
static member Bind : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbExpressionBinding
<Extension()>
Public Function Bind (input As DbExpression) As DbExpressionBinding

パラメーター

input
DbExpression

バインドする式。

戻り値

指定された式と生成された変数名でバインドする新しい式。

例外

input が null です。

input の結果がコレクションではありません。

適用対象