EntityQueryModelVisitor.SingleResultToSequence(QueryModel, Type) Yöntem

Tanım

Sorgunun sonuçlarını tek bir sonuçtan bir sonuç serisine dönüştürür.

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)

Parametreler

queryModel
Remotion.Linq.QueryModel

Sorgu.

type
Type

Sorgu tarafından döndürülen sonuçların türü.

Şunlara uygulanır