ExecutionOptions Constructor

 

Initializes a new instance of the ExecutionOptions class.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)


ExecutionOptions Constructor (MergeOption)

Creates a new instance of ExecutionOptions.

public ExecutionOptions(
	MergeOption mergeOption
)

Parameters

mergeOption
Type: System.Data.Entity.Core.Objects.MergeOption

The merge option to use for entity results.


ExecutionOptions Constructor (MergeOption, Boolean)

Creates a new instance of ExecutionOptions.

public ExecutionOptions(
	MergeOption mergeOption,
	bool streaming
)

Parameters

mergeOption
Type: System.Data.Entity.Core.Objects.MergeOption

The merge option to use for entity results.

streaming
Type: System.Boolean

true if the query is streaming or buffering; otherwise, false.