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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework