Represents a collection of parameters associated with 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 SphinxQLParameterCollection : DbParameterCollection
Visual Basic
Public NotInheritable Class SphinxQLParameterCollection _
	Inherits DbParameterCollection

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Data.Common..::..DbParameterCollection
      Gronewold.SphinxConnector.SphinxQL..::..SphinxQLParameterCollection

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