ExecutionOptions Class
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.
Options for query execution.
public class ExecutionOptions
type ExecutionOptions = class
Public Class ExecutionOptions
- Inheritance
-
ExecutionOptions
Constructors
ExecutionOptions(MergeOption, Boolean) |
Creates a new instance of ExecutionOptions. |
ExecutionOptions(MergeOption) |
Creates a new instance of ExecutionOptions. |
Properties
MergeOption |
Merge option to use for entity results. |
Streaming |
Obsolete.
Whether the query is streaming or buffering. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Operators
Equality(ExecutionOptions, ExecutionOptions) |
Determines whether the specified objects are equal. |
Inequality(ExecutionOptions, ExecutionOptions) |
Determines whether the specified objects are not equal. |
Applies to
Entity Framework