Udostępnij za pośrednictwem


ExecutionOptions Konstruktory

Definicja

Przeciążenia

ExecutionOptions(MergeOption)

Tworzy nowe wystąpienie klasy ExecutionOptions.

ExecutionOptions(MergeOption, Boolean)

Tworzy nowe wystąpienie klasy ExecutionOptions.

ExecutionOptions(MergeOption)

Tworzy nowe wystąpienie klasy 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

Opcja scalania, która ma być używana dla wyników jednostki.

Dotyczy

ExecutionOptions(MergeOption, Boolean)

Tworzy nowe wystąpienie klasy 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

Opcja scalania, która ma być używana dla wyników jednostki.

streaming
Boolean

Określa, czy zapytanie jest przesyłane strumieniowo, czy buforuje.

Dotyczy