TransactionErrorBehavior Enumeration
In This Topic
Determines how dotConnect for PostgreSQL handles errors, which occur within a transaction.
Syntax
Members
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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.PostgreSql.TransactionErrorBehavior
See Also