ExecutionOptions Class

 

Represents options for query execution.

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

System.Object
  System.Data.Entity.Core.Objects.ExecutionOptions

public class ExecutionOptions

NameDescription
System_CAPS_pubmethodExecutionOptions(MergeOption)

Creates a new instance of ExecutionOptions.

System_CAPS_pubmethodExecutionOptions(MergeOption, Boolean)

Creates a new instance of ExecutionOptions.

NameDescription
System_CAPS_pubpropertyMergeOption

Gets the merge option to use for entity results.

System_CAPS_pubpropertyStreaming

Obsolete.Gets a value that indicates whether the query is streaming or buffering.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(ExecutionOptions, ExecutionOptions)

Determines whether the specified objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.