IDatabase.CompileAsyncQuery<TResult>(QueryModel) 메서드

정의

쿼리 모델을 데이터베이스에서 쿼리 결과를 비동기적으로 가져오기 위해 실행할 수 있는 함수로 변환합니다.

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

형식 매개 변수

TResult

쿼리에서 반환된 결과의 형식입니다.

매개 변수

queryModel
Remotion.Linq.QueryModel

실행할 쿼리를 나타내는 개체 모델입니다.

반환

쿼리를 비동기적으로 실행하는 함수입니다.

적용 대상