ExecutionOptions Constructor
Initializes a new instance of the ExecutionOptions class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ExecutionOptions(MergeOption) | Creates a new instance of ExecutionOptions. |
![]() | ExecutionOptions(MergeOption, Boolean) | Creates a new instance of ExecutionOptions. |
ExecutionOptions Constructor (MergeOption)
Creates a new instance of ExecutionOptions.
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.
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.