SingularModificationCommandBatch.CanAddCommand Método

Definición

Sobrecargas

CanAddCommand(IReadOnlyModificationCommand)

Solo devuelve true si ya se ha agregado el comando no.

CanAddCommand(ModificationCommand)

Solo devuelve true si ya se ha agregado el comando no.

CanAddCommand(IReadOnlyModificationCommand)

Solo devuelve true si ya se ha agregado el comando no.

protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean

Parámetros

modificationCommand
IReadOnlyModificationCommand

Comando que se va a agregar potencialmente.

Devoluciones

true si ya no se ha agregado ningún comando.

Se aplica a

CanAddCommand(ModificationCommand)

Solo devuelve true si ya se ha agregado el comando no.

protected override bool CanAddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
override this.CanAddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Protected Overrides Function CanAddCommand (modificationCommand As ModificationCommand) As Boolean

Parámetros

modificationCommand
ModificationCommand

Comando que se va a agregar potencialmente.

Devoluciones

true si ya no se ha agregado ningún comando.

Se aplica a