ExecutionOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExecutionOptions(MergeOption) |
Creates a new instance of ExecutionOptions. |
ExecutionOptions(MergeOption, Boolean) |
Creates a new instance of ExecutionOptions. |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework