Gets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.
'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.