RelationalQueryModelVisitor.BindMethodCallExpression<TResult> 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.
public virtual TResult BindMethodCallExpression<TResult> (System.Linq.Expressions.MethodCallExpression methodCallExpression, Func<Microsoft.EntityFrameworkCore.Metadata.IProperty,Remotion.Linq.Clauses.IQuerySource,Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression,TResult> memberBinder, bool bindSubQueries = false);
override this.BindMethodCallExpression : System.Linq.Expressions.MethodCallExpression * Func<Microsoft.EntityFrameworkCore.Metadata.IProperty, Remotion.Linq.Clauses.IQuerySource, Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression, 'Result> * bool -> 'Result
Public Overridable Function BindMethodCallExpression(Of TResult) (methodCallExpression As MethodCallExpression, memberBinder As Func(Of IProperty, IQuerySource, SelectExpression, TResult), Optional bindSubQueries As Boolean = false) As TResult
Type Parameters
- TResult
Type of the result.
Parameters
- methodCallExpression
- MethodCallExpression
The method call expression.
- memberBinder
- Func<IProperty,Remotion.Linq.Clauses.IQuerySource,SelectExpression,TResult>
The member binder.
- bindSubQueries
- Boolean
true to bind sub queries.
Returns
TResult
A TResult.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework