共用方式為


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

查詢是串流或緩衝。

適用於