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
查詢是串流或緩衝。