Condividi tramite


ReaderModificationCommandBatch.CanAddCommand Metodo

Definizione

Overload

CanAddCommand(ModificationCommand)

Verifica se è possibile aggiungere o meno un nuovo comando al batch.

CanAddCommand(IReadOnlyModificationCommand)

Verifica se è possibile aggiungere un nuovo comando al batch.

CanAddCommand(ModificationCommand)

Verifica se è possibile aggiungere o meno un nuovo comando al batch.

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

Parametri

modificationCommand
ModificationCommand

Comando da aggiungere potenzialmente.

Restituisce

true se è possibile aggiungere il comando; false Altrimenti.

Si applica a

CanAddCommand(IReadOnlyModificationCommand)

Verifica se è possibile aggiungere un nuovo comando al batch.

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

Parametri

modificationCommand
IReadOnlyModificationCommand

Comando da aggiungere potenzialmente.

Restituisce

true se è possibile aggiungere il comando; false Altrimenti.

Si applica a