Condividi tramite


SingularModificationCommandBatch.CanAddCommand Metodo

Definizione

Overload

CanAddCommand(IReadOnlyModificationCommand)

Restituisce true solo se il comando non è già stato aggiunto.

CanAddCommand(ModificationCommand)

Restituisce true solo se il comando non è già stato aggiunto.

CanAddCommand(IReadOnlyModificationCommand)

Restituisce true solo se il comando non è già stato aggiunto.

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

Parametri

modificationCommand
IReadOnlyModificationCommand

Comando da aggiungere potenzialmente.

Restituisce

true se non è già stato aggiunto alcun comando.

Si applica a

CanAddCommand(ModificationCommand)

Restituisce true solo se il comando non è già stato aggiunto.

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

Parametri

modificationCommand
ModificationCommand

Comando da aggiungere potenzialmente.

Restituisce

true se non è già stato aggiunto alcun comando.

Si applica a