Table of Contents

Enum ErrorModeType

Namespace
Z.BulkOperations
Assembly
Z.EntityFramework.Extensions.dll

Values that represent error mode types.

public enum ErrorModeType

Fields

IgnoreAndContinue = 1

An enum constant representing the ignore and continue option.

RetrySingleAndContinue = 2

An enum constant representing the retry single and continue option.

ThrowException = 0

An enum constant representing the throw exception option.