Gets or sets a Boolean value that indicates whether the connection is automatically enlisted in the current transaction context.
public bool Enlist {get; set;}
'Declaration
Public Property Enlist As Boolean
Property Value
true, if the connection is automatically enlisted in the current transaction context;
false otherwise.