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
An action that returns the results of the query.