The SphinxQLParameterCollection type exposes the following members.

Methods

  Name Description
Public method Add(Object) (Overrides DbParameterCollection..::..Add(Object).)
Public method Add(SphinxQLParameter)
Adds the specified SphinxQLParameter object to the SphinxQLParameterCollection.
Public method Add(String, Object)
Adds the specified parameter name.
Public method Add(String, Object, SphinxType)
Adds a SphinxQLParameter to the SphinxQLParameterCollection given the parameter name, the value and the data type.
Public method AddRange
Adds an array of items with the specified values to the SphinxQLParameterCollection.
(Overrides DbParameterCollection..::..AddRange(Array).)
Public method Clear
Removes all SphinxQLParameter values from the DbParameterCollection.
(Overrides DbParameterCollection..::..Clear()()()().)
Public method Contains(Object)
Indicates whether a SphinxQLParameter with the specified Value is contained in the collection.
(Overrides DbParameterCollection..::..Contains(Object).)
Public method Contains(String)
Indicates whether a SphinxQLParameter with the specified name exists in the collection.
(Overrides DbParameterCollection..::..Contains(String).)
Public method CopyTo
Copies all the elements of the current SphinxQLParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.
(Overrides DbParameterCollection..::..CopyTo(Array, Int32).)
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method GetEnumerator
Exposes the GetEnumerator()()()() method, which supports a simple iteration over a collection by a .NET Framework data provider.
(Overrides DbParameterCollection..::..GetEnumerator()()()().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method IndexOf(Object)
Returns the index of the specified SphinxQLParameter object.
(Overrides DbParameterCollection..::..IndexOf(Object).)
Public method IndexOf(String)
Returns the index of the SphinxQLParameter object with the specified name.
(Overrides DbParameterCollection..::..IndexOf(String).)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method Insert
Inserts the specified index of the SphinxQLParameter object with the specified name into the collection at the specified index.
(Overrides DbParameterCollection..::..Insert(Int32, Object).)
Public method Remove
Removes the specified SphinxQLParameter object from the collection.
(Overrides DbParameterCollection..::..Remove(Object).)
Public method RemoveAt(Int32)
Removes the SphinxQLParameter object at the specified position from the collection.
(Overrides DbParameterCollection..::..RemoveAt(Int32).)
Public method RemoveAt(String)
Removes the SphinxQLParameter object with the specified name from the collection.
(Overrides DbParameterCollection..::..RemoveAt(String).)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Specifies the number of items in the collection.
(Overrides DbParameterCollection..::..Count.)
Public property IsFixedSize
Specifies whether the collection is a fixed size.
(Overrides DbParameterCollection..::..IsFixedSize.)
Public property IsReadOnly
Specifies whether the collection is read-only.
(Overrides DbParameterCollection..::..IsReadOnly.)
Public property IsSynchronized
Specifies whether the collection is synchronized.
(Overrides DbParameterCollection..::..IsSynchronized.)
Public property Item[([( Int32])])
Gets or sets the SphinxQLParameter at the specified index.
Public property Item[([( String])])
Gets or sets the SphinxQLParameter with the specified name.
Public property SyncRoot
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollection..::..SyncRoot.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IList..::..Item (Inherited from DbParameterCollection.)
Explicit interface implemetation Private property IDataParameterCollection..::..Item (Inherited from DbParameterCollection.)

See Also