SphinxQLConnectionStringBuilderEnlist Property

Gets or sets a value indicating whether connections should automatically enlist in an ambient Transaction. Default is true.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool Enlist { get; set; }

Property Value

Boolean
true to automatically enlist; otherwise, false.

See Also