Bagikan melalui


ReaderModificationCommandBatch.CanAddCommand Metode

Definisi

Overload

CanAddCommand(ModificationCommand)

Memeriksa apakah perintah baru dapat ditambahkan ke batch atau tidak.

CanAddCommand(IReadOnlyModificationCommand)

Memeriksa apakah perintah baru dapat ditambahkan ke batch.

CanAddCommand(ModificationCommand)

Sumber:
ReaderModificationCommandBatch.cs
Sumber:
ReaderModificationCommandBatch.cs
Sumber:
ReaderModificationCommandBatch.cs
Sumber:
ReaderModificationCommandBatch.cs
Sumber:
ReaderModificationCommandBatch.cs

Memeriksa apakah perintah baru dapat ditambahkan ke batch atau tidak.

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

Parameter

modificationCommand
ModificationCommand

Perintah untuk berpotensi menambahkan.

Mengembalikan

true jika perintah dapat ditambahkan; false Sebaliknya.

Berlaku untuk

CanAddCommand(IReadOnlyModificationCommand)

Sumber:
ReaderModificationCommandBatch.cs

Memeriksa apakah perintah baru dapat ditambahkan ke 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

Parameter

modificationCommand
IReadOnlyModificationCommand

Perintah untuk berpotensi menambahkan.

Mengembalikan

true jika perintah dapat ditambahkan; false Sebaliknya.

Berlaku untuk