RelationalQueryModelVisitor.BindMethodCallToValueBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bind a method call expression to a value buffer access.
public override System.Linq.Expressions.Expression BindMethodCallToValueBuffer(System.Linq.Expressions.MethodCallExpression methodCallExpression, System.Linq.Expressions.Expression expression);
override this.BindMethodCallToValueBuffer : System.Linq.Expressions.MethodCallExpression * System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overrides Function BindMethodCallToValueBuffer (methodCallExpression As MethodCallExpression, expression As Expression) As Expression
Parameters
- methodCallExpression
- MethodCallExpression
The method call expression.
- expression
- Expression
The target expression.
Returns
An Expression.