EntityQueryModelVisitor.CreateAsyncQueryExecutor<TResult> Metoda

Definicja

Tworzy akcję do asynchronicznego wykonywania tego zapytania.

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

Parametry typu

TResult

Typ wyników zwracanych przez zapytanie.

Parametry

queryModel
Remotion.Linq.QueryModel

Zapytanie.

Zwraca

Akcja, która asynchronicznie zwraca wyniki zapytania.

Dotyczy