dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / TransactionBinding Property

In This Topic
    TransactionBinding Property
    In This Topic
    Gets or sets a string value that indicates how the connection maintains its association with an enlisted System.Transactions transaction.
    Syntax
    'Declaration
     
    Public Property TransactionBinding As String
    public string TransactionBinding {get; set;}

    Property Value

    The value of the TransactionBinding property. Returns Implicit Unbind if the property isn't set.
    See Also