次の方法で共有


RelationalQueryModelVisitor.BindMethodToOuterQueryParameter メソッド

定義

外部クエリからパラメーターにメソッド呼び出しをバインドします。

public virtual System.Linq.Expressions.Expression BindMethodToOuterQueryParameter (System.Linq.Expressions.MethodCallExpression methodCallExpression);
abstract member BindMethodToOuterQueryParameter : System.Linq.Expressions.MethodCallExpression -> System.Linq.Expressions.Expression
override this.BindMethodToOuterQueryParameter : System.Linq.Expressions.MethodCallExpression -> System.Linq.Expressions.Expression
Public Overridable Function BindMethodToOuterQueryParameter (methodCallExpression As MethodCallExpression) As Expression

パラメーター

methodCallExpression
MethodCallExpression

バインドする式。

戻り値

バインドされた式。

適用対象