 | SphinxQLConnectionStringBuilder.Enlist Property |
Gets or sets a value indicating whether connections should automatically enlist in an ambient
Transaction. Default is true.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic bool Enlist { get; set; }
Public Property Enlist As Boolean
Get
Set
Property Value
Type:
Booleantrue to automatically enlist; otherwise,
false.
See Also