ReaderModificationCommandBatch.AddParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 内 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
パラメーターを追加する変更コマンド。