EntityQueryModelVisitor.CreateAsyncQueryExecutor<TResult>(QueryModel) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu sorguyu zaman uyumsuz olarak yürütmek için bir eylem oluşturur.
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))
Tür Parametreleri
- TResult
Sorgunun döndürdüğü sonuçların türü.
Parametreler
- queryModel
- Remotion.Linq.QueryModel
Sorgu.
Döndürülenler
- Func<QueryContext,IAsyncEnumerable<TResult>>
Sorgunun sonuçlarını zaman uyumsuz olarak döndüren bir eylem.