EntityQueryModelVisitor.SingleResultToSequence(QueryModel, Type) 메서드

정의

쿼리 결과를 단일 결과에서 일련의 결과로 변환합니다.

protected virtual void SingleResultToSequence (Remotion.Linq.QueryModel queryModel, Type type = default);
abstract member SingleResultToSequence : Remotion.Linq.QueryModel * Type -> unit
override this.SingleResultToSequence : Remotion.Linq.QueryModel * Type -> unit
Protected Overridable Sub SingleResultToSequence (queryModel As QueryModel, Optional type As Type = Nothing)

매개 변수

queryModel
Remotion.Linq.QueryModel

쿼리입니다.

type
Type

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

적용 대상