ExecutionOptions 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExecutionOptions(MergeOption) |
创建 ExecutionOptions 的新实例。 |
ExecutionOptions(MergeOption, Boolean) |
创建 ExecutionOptions 的新实例。 |
ExecutionOptions(MergeOption)
创建 ExecutionOptions 的新实例。
public ExecutionOptions (System.Data.Entity.Core.Objects.MergeOption mergeOption);
new System.Data.Entity.Core.Objects.ExecutionOptions : System.Data.Entity.Core.Objects.MergeOption -> System.Data.Entity.Core.Objects.ExecutionOptions
参数
- mergeOption
- MergeOption
用于实体结果的合并选项。
适用于
ExecutionOptions(MergeOption, Boolean)
创建 ExecutionOptions 的新实例。
public ExecutionOptions (System.Data.Entity.Core.Objects.MergeOption mergeOption, bool streaming);
new System.Data.Entity.Core.Objects.ExecutionOptions : System.Data.Entity.Core.Objects.MergeOption * bool -> System.Data.Entity.Core.Objects.ExecutionOptions
参数
- mergeOption
- MergeOption
用于实体结果的合并选项。
- streaming
- Boolean
查询是流式处理还是缓冲查询。