共用方式為


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

查詢所傳回的結果類型。

適用於