ExecutionOptions Class

Definition

Options for query execution.

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

Constructors

ExecutionOptions(MergeOption)

Creates a new instance of ExecutionOptions.

ExecutionOptions(MergeOption, Boolean)

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