共用方式為


ReaderModificationCommandBatch.AddParameters 方法

定義

將指定 modificationCommand 中所有資料行修改的參數新增至針對此批次所建置的關聯式命令。

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)

參數

modificationCommand
IReadOnlyModificationCommand

要為其新增參數的修改命令。

適用於