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

In This Topic
Enlist Property
In This Topic
Gets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.
Syntax
'Declaration
 
Public Property Enlist As Boolean
 

Property Value

true, if the connection is automatically enlisted in the current transaction context; false otherwise.
Remarks

This property corresponds to the "Enlist" key within the connection string. The default value is true. This property is not available in Mobile Edition.

See Also