dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / TransactionErrorBehavior Property

In This Topic
    TransactionErrorBehavior Property
    In This Topic
    Determines whether to roll back a transaction automatically when an error occurs inside the transaction.
    Syntax
    'Declaration
     
    Public Property TransactionErrorBehavior As TransactionErrorBehavior
    public TransactionErrorBehavior TransactionErrorBehavior {get; set;}

    Property Value

    One of the TransactionErrorBehavior values.
    See Also