Represents a transaction. This class cannot be inherited.

Namespace: Gronewold.SphinxConnector.SphinxQL
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public sealed class SphinxQLTransaction : DbTransaction
Visual Basic
Public NotInheritable Class SphinxQLTransaction _
	Inherits DbTransaction

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Data.Common..::..DbTransaction
      Gronewold.SphinxConnector.SphinxQL..::..SphinxQLTransaction

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also