ExecutionOptions クラス

定義

クエリ実行のオプション。

public class ExecutionOptions
type ExecutionOptions = class
Public Class ExecutionOptions
継承
ExecutionOptions

コンストラクター

ExecutionOptions(MergeOption)

ExecutionOptions の新しいインスタンスを作成します。

ExecutionOptions(MergeOption, Boolean)

ExecutionOptions の新しいインスタンスを作成します。

プロパティ

MergeOption

エンティティの結果に使用するマージ オプション。

Streaming
古い.

クエリがストリーミングかバッファリングか。

メソッド

Equals(Object)

クエリ実行のオプション。

GetHashCode()

クエリ実行のオプション。

演算子

Equality(ExecutionOptions, ExecutionOptions)

指定したオブジェクトが等しいかどうかを判断します。

Inequality(ExecutionOptions, ExecutionOptions)

指定したオブジェクトが等しくないかどうかを判断します。

適用対象