Click or drag to resize
SphinxQLParameterCollection Class
Represents a collection of parameters associated with a SphinxQLCommand. This class cannot be inherited.
Inheritance Hierarchy

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public sealed class SphinxQLParameterCollection : DbParameterCollection

The SphinxQLParameterCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Object) (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 methodCreateObjRef
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 methodEquals
Determines 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 DbParameterCollectionGetEnumerator.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets 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 methodInitializeLifetimeService
Obtains 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from DbParameterCollection.)
Explicit interface implementationPrivate propertyIDataParameterCollectionItem
Gets or sets the parameter at the specified index.
(Inherited from DbParameterCollection.)
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also