Click or drag to resize
SphinxQLConnectionStringBuilderEnlist 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: 3.12.6
Syntax
public bool Enlist { get; set; }

Property Value

Type: Boolean
true to automatically enlist; otherwise, false.
See Also