다음을 통해 공유


ReaderModificationCommandBatch.AddCommand 메서드

정의

오버로드

AddCommand(IReadOnlyModificationCommand)

목록의 지정된 위치에 ModificationCommands 있는 명령에 대한 명령 텍스트 업데이트 추가합니다.

AddCommand(ModificationCommand)

지정된 insert/update/delete ModificationCommands 를 일괄 처리에 추가합니다.

AddCommand(IReadOnlyModificationCommand)

목록의 지정된 위치에 ModificationCommands 있는 명령에 대한 명령 텍스트 업데이트 추가합니다.

public override bool AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
protected virtual void AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
override this.AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
override this.AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> unit
Public Overrides Function AddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean
Protected Overridable Sub AddCommand (modificationCommand As IReadOnlyModificationCommand)

매개 변수

modificationCommand
IReadOnlyModificationCommand

추가할 명령입니다.

반환

true 명령이 성공적으로 추가되었으면 이고, false 현재 일괄 처리에 명령을 추가할 공간이 없으면 대신 새 일괄 처리에 추가해야 합니다.

적용 대상

AddCommand(ModificationCommand)

지정된 insert/update/delete ModificationCommands 를 일괄 처리에 추가합니다.

public override bool AddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
override this.AddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Public Overrides Function AddCommand (modificationCommand As ModificationCommand) As Boolean

매개 변수

modificationCommand
ModificationCommand

추가할 명령입니다.

반환

true 명령이 성공적으로 추가되었으면 이고, false 현재 일괄 처리에 명령을 추가할 공간이 없으면 대신 새 일괄 처리에 추가해야 합니다.

적용 대상