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

查询返回的结果的类型。

适用于