Bagikan melalui


SingularModificationCommandBatch.CanAddCommand Metode

Definisi

Overload

CanAddCommand(IReadOnlyModificationCommand)

Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.

CanAddCommand(ModificationCommand)

Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.

CanAddCommand(IReadOnlyModificationCommand)

Sumber:
SingularModificationCommandBatch.cs

Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.

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

Parameter

modificationCommand
IReadOnlyModificationCommand

Perintah untuk berpotensi menambahkan.

Mengembalikan

true jika tidak ada perintah yang telah ditambahkan.

Berlaku untuk

CanAddCommand(ModificationCommand)

Sumber:
SingularModificationCommandBatch.cs
Sumber:
SingularModificationCommandBatch.cs
Sumber:
SingularModificationCommandBatch.cs
Sumber:
SingularModificationCommandBatch.cs
Sumber:
SingularModificationCommandBatch.cs

Hanya mengembalikan true jika tidak ada perintah yang telah ditambahkan.

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

Parameter

modificationCommand
ModificationCommand

Perintah untuk berpotensi menambahkan.

Mengembalikan

true jika tidak ada perintah yang telah ditambahkan.

Berlaku untuk