Freigeben über


EntityQueryModelVisitor.SingleResultToSequence(QueryModel, Type) Methode

Definition

Konvertiert die Ergebnisse der Abfrage von einem einzelnen Ergebnis in eine Reihe von Ergebnissen.

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)

Parameter

queryModel
Remotion.Linq.QueryModel

Die Abfrage.

type
Type

Der Typ der von der Abfrage zurückgegebenen Ergebnisse.

Gilt für: