Freigeben über


ReaderModificationCommandBatch.AddParameters Methode

Definition

Fügt dem relationalen Befehl, der für diesen Batch erstellt wird, Parameter für alle Spaltenänderungen in der angegebenen modificationCommand hinzu.

protected virtual void AddParameters (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member AddParameters : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
override this.AddParameters : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
Protected Overridable Sub AddParameters (modificationCommand As IReadOnlyModificationCommand)

Parameter

modificationCommand
IReadOnlyModificationCommand

Der Änderungsbefehl, für den Parameter hinzugefügt werden sollen.

Gilt für: