Share via


ExecutionOptions Class

Definition

Options for query execution.

public class ExecutionOptions
type ExecutionOptions = class
Public Class ExecutionOptions
Inheritance
ExecutionOptions

Constructors

Name Description
ExecutionOptions(MergeOption, Boolean)

Creates a new instance of ExecutionOptions.

ExecutionOptions(MergeOption)

Creates a new instance of ExecutionOptions.

Properties

Name Description
MergeOption

Merge option to use for entity results.

Streaming
Obsolete.

Whether the query is streaming or buffering.

Methods

Name Description
Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Operators

Name Description
Equality(ExecutionOptions, ExecutionOptions)

Determines whether the specified objects are equal.

Inequality(ExecutionOptions, ExecutionOptions)

Determines whether the specified objects are not equal.

Applies to