ExecutionOptions Class
Represents options for query execution.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | ExecutionOptions(MergeOption) | Creates a new instance of ExecutionOptions. |
![]() | ExecutionOptions(MergeOption, Boolean) | Creates a new instance of ExecutionOptions. |
Name | Description | |
---|---|---|
![]() | MergeOption | Gets the merge option to use for entity results. |
![]() | Streaming | Obsolete.Gets a value that indicates whether the query is streaming or buffering. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(ExecutionOptions, ExecutionOptions) | Determines whether the specified objects are equal. |
![]() ![]() | Inequality(ExecutionOptions, ExecutionOptions) | Determines whether the specified objects are not equal. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.