Sdílet prostřednictvím


ExecutionOptions Konstruktory

Definice

Přetížení

ExecutionOptions(MergeOption)

Vytvoří novou instanci položky ExecutionOptions.

ExecutionOptions(MergeOption, Boolean)

Vytvoří novou instanci položky ExecutionOptions.

ExecutionOptions(MergeOption)

Vytvoří novou instanci položky ExecutionOptions.

public ExecutionOptions(System.Data.Entity.Core.Objects.MergeOption mergeOption);
new System.Data.Entity.Core.Objects.ExecutionOptions : System.Data.Entity.Core.Objects.MergeOption -> System.Data.Entity.Core.Objects.ExecutionOptions

Parametry

mergeOption
MergeOption

Možnost sloučení, která se má použít pro výsledky entity.

Platí pro

ExecutionOptions(MergeOption, Boolean)

Vytvoří novou instanci položky ExecutionOptions.

public ExecutionOptions(System.Data.Entity.Core.Objects.MergeOption mergeOption, bool streaming);
new System.Data.Entity.Core.Objects.ExecutionOptions : System.Data.Entity.Core.Objects.MergeOption * bool -> System.Data.Entity.Core.Objects.ExecutionOptions

Parametry

mergeOption
MergeOption

Možnost sloučení, která se má použít pro výsledky entity.

streaming
Boolean

Jestli dotaz streamuje nebo do vyrovnávací paměti.

Platí pro