次の方法で共有


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

パラメーターを追加する変更コマンド。

適用対象