Compartir a través de


ExecutionOptions Constructores

Definición

Sobrecargas

ExecutionOptions(MergeOption)

Crea una nueva instancia de 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

Parámetros

mergeOption
MergeOption

Opción de combinación que se va a usar para los resultados de la entidad.

Se aplica a

ExecutionOptions(MergeOption, Boolean)

Crea una nueva instancia de 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

Parámetros

mergeOption
MergeOption

Opción de combinación que se va a usar para los resultados de la entidad.

streaming
Boolean

Si la consulta es streaming o almacenamiento en búfer.

Se aplica a