ReaderModificationCommandBatch.CanAddCommand Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.