Share via


ExecutionOptions Constructors

Definition

Overloads

ExecutionOptions(MergeOption)

Creates a new instance of 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

Parameters

mergeOption
MergeOption

Merge option to use for entity results.

Applies to

ExecutionOptions(MergeOption, Boolean)

Creates a new instance of 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

Parameters

mergeOption
MergeOption

Merge option to use for entity results.

streaming
Boolean

Whether the query is streaming or buffering.

Applies to