dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder 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
    public bool Enlist {get; set;}

    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