EntityQueryModelVisitor.CreateExecutorLambda<TResults> 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.
Creates an action to execute this query.
protected virtual Func<Microsoft.EntityFrameworkCore.Query.QueryContext,TResults> CreateExecutorLambda<TResults> ();
abstract member CreateExecutorLambda : unit -> Func<Microsoft.EntityFrameworkCore.Query.QueryContext, 'Results>
override this.CreateExecutorLambda : unit -> Func<Microsoft.EntityFrameworkCore.Query.QueryContext, 'Results>
Protected Overridable Function CreateExecutorLambda(Of TResults) () As Func(Of QueryContext, TResults)
Type Parameters
- TResults
The type of results that the query returns.
Returns
Func<QueryContext,TResults>
An action that returns the results of the query.
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