The SphinxQLParameterCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add(Object) |
Adds a SphinxQLParameter item to the DbParameterCollection.
(Overrides DbParameterCollection..::..Add(Object).) |
|
|
Add(SphinxQLParameter) |
Adds the specified SphinxQLParameter object to the SphinxQLParameterCollection.
|
|
|
Add(String, Object) |
Adds the specified parameter name.
|
|
|
Add(String, Object, SphinxType) |
Adds a SphinxQLParameter to the SphinxQLParameterCollection given the parameter name,
the value and the data type.
|
|
|
AddRange |
Adds an array of items with the specified values to the SphinxQLParameterCollection.
(Overrides DbParameterCollection..::..AddRange(Array).) |
|
|
Clear |
Removes all SphinxQLParameter values from the DbParameterCollection.
(Overrides DbParameterCollection..::..Clear()()()().) |
|
|
Contains(Object) |
Indicates whether a SphinxQLParameter with the specified Value is contained in the collection.
(Overrides DbParameterCollection..::..Contains(Object).) |
|
|
Contains(String) |
Indicates whether a SphinxQLParameter with the specified name exists in the collection.
(Overrides DbParameterCollection..::..Contains(String).) |
|
|
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).) |
|
|
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.) |
|
|
Equals | (Inherited from Object.) |
|
|
GetEnumerator |
Exposes the GetEnumerator()()()() method, which supports a simple iteration over a collection by a .NET Framework data provider.
(Overrides DbParameterCollection..::..GetEnumerator()()()().) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
IndexOf(Object) |
Returns the index of the specified SphinxQLParameter object.
(Overrides DbParameterCollection..::..IndexOf(Object).) |
|
|
IndexOf(String) |
Returns the index of the SphinxQLParameter object with the specified name.
(Overrides DbParameterCollection..::..IndexOf(String).) |
|
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
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).) |
|
|
Remove |
Removes the specified SphinxQLParameter object from the collection.
(Overrides DbParameterCollection..::..Remove(Object).) |
|
|
RemoveAt(Int32) |
Removes the SphinxQLParameter object at the specified position from the collection.
(Overrides DbParameterCollection..::..RemoveAt(Int32).) |
|
|
RemoveAt(String) |
Removes the SphinxQLParameter object with the specified name from the collection.
(Overrides DbParameterCollection..::..RemoveAt(String).) |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Specifies the number of items in the collection.
(Overrides DbParameterCollection..::..Count.) |
|
|
IsFixedSize |
Specifies whether the collection is a fixed size.
(Overrides DbParameterCollection..::..IsFixedSize.) |
|
|
IsReadOnly |
Specifies whether the collection is read-only.
(Overrides DbParameterCollection..::..IsReadOnly.) |
|
|
IsSynchronized |
Specifies whether the collection is synchronized.
(Overrides DbParameterCollection..::..IsSynchronized.) |
|
|
Item[([( Int32])]) |
Gets or sets the SphinxQLParameter at the specified index.
|
|
|
Item[([( String])]) |
Gets or sets the SphinxQLParameter with the specified name.
|
|
|
SyncRoot |
Specifies the Object to be used to synchronize access to the collection.
(Overrides DbParameterCollection..::..SyncRoot.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IList..::..Item | (Inherited from DbParameterCollection.) |
|
|
IDataParameterCollection..::..Item | (Inherited from DbParameterCollection.) |