Click or drag to resize

SphinxQLParameterCollection Methods

The SphinxQLParameterCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd(Object) Adds a SphinxQLParameter item to the DbParameterCollection.
(Overrides DbParameterCollectionAdd(Object))
Public methodAdd(SphinxQLParameter) Adds the specified SphinxQLParameter object to the SphinxQLParameterCollection.
Public methodAdd(String, Object) Adds the specified parameter name.
Public methodAdd(String, Object, SphinxType) Adds a SphinxQLParameter to the SphinxQLParameterCollection given the parameter name, the value and the data type.
Public methodAddRange Adds an array of items with the specified values to the SphinxQLParameterCollection.
(Overrides DbParameterCollectionAddRange(Array))
Public methodClear Removes all SphinxQLParameter values from the DbParameterCollection.
(Overrides DbParameterCollectionClear)
Public methodContains(Object) Indicates whether a SphinxQLParameter with the specified Value is contained in the collection.
(Overrides DbParameterCollectionContains(Object))
Public methodContains(String) Indicates whether a SphinxQLParameter with the specified name exists in the collection.
(Overrides DbParameterCollectionContains(String))
Public methodCopyTo Copies all the elements of the current SphinxQLParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.
(Overrides DbParameterCollectionCopyTo(Array, Int32))
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator Exposes the GetEnumerator method, which supports a simple iteration over a collection by a .NET Framework data provider.
(Overrides DbParameterCollection.GetEnumerator)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf(Object) Returns the index of the specified SphinxQLParameter object.
(Overrides DbParameterCollectionIndexOf(Object))
Public methodIndexOf(String) Returns the index of the SphinxQLParameter object with the specified name.
(Overrides DbParameterCollectionIndexOf(String))
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public methodInsert Inserts the specified index of the SphinxQLParameter object with the specified name into the collection at the specified index.
(Overrides DbParameterCollectionInsert(Int32, Object))
Public methodRemove Removes the specified SphinxQLParameter object from the collection.
(Overrides DbParameterCollectionRemove(Object))
Public methodRemoveAt(Int32) Removes the SphinxQLParameter object at the specified position from the collection.
(Overrides DbParameterCollectionRemoveAt(Int32))
Public methodRemoveAt(String) Removes the SphinxQLParameter object with the specified name from the collection.
(Overrides DbParameterCollectionRemoveAt(String))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also