EntityQueryModelVisitor.CreateAsyncQueryExecutor<TResult> Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří akci pro asynchronní spuštění tohoto dotazu.
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 výsledků, které dotaz vrátí.
Parametry
- queryModel
- Remotion.Linq.QueryModel
Dotaz
Návraty
Akce, která asynchronně vrací výsledky dotazu.