EntityQueryModelVisitor.CreateQueryExecutor<TResult>(QueryModel) Yöntem

Tanım

Bu sorguyu yürütmek için bir eylem oluşturur.

public virtual Func<Microsoft.EntityFrameworkCore.Query.QueryContext,System.Collections.Generic.IEnumerable<TResult>> CreateQueryExecutor<TResult> (Remotion.Linq.QueryModel queryModel);
abstract member CreateQueryExecutor : Remotion.Linq.QueryModel -> Func<Microsoft.EntityFrameworkCore.Query.QueryContext, seq<'Result>>
override this.CreateQueryExecutor : Remotion.Linq.QueryModel -> Func<Microsoft.EntityFrameworkCore.Query.QueryContext, seq<'Result>>
Public Overridable Function CreateQueryExecutor(Of TResult) (queryModel As QueryModel) As Func(Of QueryContext, IEnumerable(Of TResult))

Tür Parametreleri

TResult

Sorgunun döndürdüğü sonuç türü.

Parametreler

queryModel
Remotion.Linq.QueryModel

Sorgu.

Döndürülenler

Sorgunun sonuçlarını döndüren bir eylem.

Şunlara uygulanır