Sphinx QLConnection String BuilderEnlist 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
true to automatically enlist; otherwise, false.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public bool Enlist { get; set; }VB
Public Property Enlist As Boolean
Get
SetProperty Value
Booleantrue to automatically enlist; otherwise, false.