Represents a parameter to a SphinxQLCommand. 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 SphinxQLParameter : DbParameter
Visual Basic
Public NotInheritable Class SphinxQLParameter _
	Inherits DbParameter

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Data.Common..::..DbParameter
      Gronewold.SphinxConnector.SphinxQL..::..SphinxQLParameter

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