 | 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: 6.0.0
Syntaxpublic bool Enlist { get; set; }Public Property Enlist As Boolean
Get
Set
Property Value
Booleantrue to automatically enlist; otherwise,
false.
See Also