ReaderModificationCommandBatch.CanAddCommand Método

Definición

Sobrecargas

CanAddCommand(ModificationCommand)

Comprueba si se puede agregar o no un nuevo comando al lote.

CanAddCommand(IReadOnlyModificationCommand)

Comprueba si se puede agregar un nuevo comando al lote.

CanAddCommand(ModificationCommand)

Comprueba si se puede agregar o no un nuevo comando al lote.

protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean

Parámetros

modificationCommand
ModificationCommand

Comando que se va a agregar potencialmente.

Devoluciones

true si se puede agregar el comando; false Lo contrario.

Se aplica a

CanAddCommand(IReadOnlyModificationCommand)

Comprueba si se puede agregar un nuevo comando al lote.

protected abstract bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected MustOverride Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean

Parámetros

modificationCommand
IReadOnlyModificationCommand

Comando que se va a agregar potencialmente.

Devoluciones

true si se puede agregar el comando; false Lo contrario.

Se aplica a