EntityQueryModelVisitor.SingleResultToSequence(QueryModel, Type) Metoda

Definicja

Konwertuje wyniki zapytania z pojedynczego wyniku na serię wyników.

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)

Parametry

queryModel
Remotion.Linq.QueryModel

Zapytanie.

type
Type

Typ wyników zwracanych przez zapytanie.

Dotyczy