ReaderModificationCommandBatch.CanAddCommand Méthode

Définition

Surcharges

CanAddCommand(ModificationCommand)

Vérifie si une nouvelle commande peut ou non être ajoutée au lot.

CanAddCommand(IReadOnlyModificationCommand)

Vérifie si une nouvelle commande peut être ajoutée au lot.

CanAddCommand(ModificationCommand)

Source:
ReaderModificationCommandBatch.cs
Source:
ReaderModificationCommandBatch.cs
Source:
ReaderModificationCommandBatch.cs
Source:
ReaderModificationCommandBatch.cs
Source:
ReaderModificationCommandBatch.cs

Vérifie si une nouvelle commande peut ou non être ajoutée au lot.

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

Paramètres

modificationCommand
ModificationCommand

Commande à ajouter potentiellement.

Retours

true si la commande peut être ajoutée ; false Sinon.

S’applique à

CanAddCommand(IReadOnlyModificationCommand)

Source:
ReaderModificationCommandBatch.cs

Vérifie si une nouvelle commande peut être ajoutée au lot.

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

Paramètres

modificationCommand
IReadOnlyModificationCommand

Commande à ajouter potentiellement.

Retours

true si la commande peut être ajoutée ; false Sinon.

S’applique à