다음을 통해 공유


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

매개 변수를 추가할 수정 명령입니다.

적용 대상