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

Enlist Property
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also