TransactionErrorBehavior Enumeration
Determines how dotConnect for PostgreSQL handles errors, which occur within a transaction.
Member | Description |
None | No action is performed. An application must handle an error itself and roll back the transaction. |
RollbackTransaction | The transaction is rolled back automatically by dotConnect for PostgreSQL when an error occurs. The corresponding message is added to the original error message. |
System.Object
System.ValueType
System.Enum
Devart.Data.PostgreSql.TransactionErrorBehavior