Represents a SphinxQL statement to execute against Sphinx. 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 SphinxQLCommand : DbCommand
Visual Basic
Public NotInheritable Class SphinxQLCommand _
	Inherits DbCommand

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Data.Common..::..DbCommand
        Gronewold.SphinxConnector.SphinxQL..::..SphinxQLCommand

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