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: 5.3.0
Syntax
public bool Enlist { get; set; }

Property Value

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