EntityQueryModelVisitor.CreateAsyncQueryExecutor<TResult> 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 쿼리를 비동기적으로 실행하는 작업을 만듭니다.
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))
형식 매개 변수
- TResult
쿼리가 반환하는 결과의 형식입니다.
매개 변수
- queryModel
- Remotion.Linq.QueryModel
쿼리입니다.
반환
쿼리 결과를 비동기적으로 반환하는 작업입니다.