EntityQueryModelVisitor.SingleResultToSequence(QueryModel, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将查询结果从单个结果转换为一系列结果。
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
查询返回的结果的类型。