Поделиться через


EntityQueryModelVisitor.CreateQueryExecutor<TResult>(QueryModel) Метод

Определение

Создает действие для выполнения этого запроса.

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))

Параметры типа

TResult

Тип результатов, возвращаемых запросом.

Параметры

queryModel
Remotion.Linq.QueryModel

Запрос.

Возвращаемое значение

Действие, возвращающее результаты запроса.

Применяется к