ModificationCommandBatch.AddCommand 메서드

정의

오버로드

AddCommand(IReadOnlyModificationCommand)

지정된 삽입/업데이트/삭제 ModificationCommands 를 일괄 처리에 추가합니다.

AddCommand(ModificationCommand)

지정된 삽입/업데이트/삭제 ModificationCommands 를 일괄 처리에 추가합니다.

AddCommand(IReadOnlyModificationCommand)

지정된 삽입/업데이트/삭제 ModificationCommands 를 일괄 처리에 추가합니다.

public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As IReadOnlyModificationCommand) As Boolean

매개 변수

modificationCommand
IReadOnlyModificationCommand

추가할 명령입니다.

반환

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

적용 대상

AddCommand(ModificationCommand)

지정된 삽입/업데이트/삭제 ModificationCommands 를 일괄 처리에 추가합니다.

public abstract bool AddCommand (Microsoft.EntityFrameworkCore.Update.ModificationCommand modificationCommand);
abstract member AddCommand : Microsoft.EntityFrameworkCore.Update.ModificationCommand -> bool
Public MustOverride Function AddCommand (modificationCommand As ModificationCommand) As Boolean

매개 변수

modificationCommand
ModificationCommand

추가할 명령입니다.

반환

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

적용 대상