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