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

要为其添加参数的修改命令。

适用于