MySQL Connector/Net |
MySqlParameterCollection Methods |
MySqlParameterCollection Class See Also Send Feedback |
The MySqlParameterCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
AddRange |
Adds an array of values to the end of the MySqlParameterCollection.
(Overrides DbParameterCollection..::.AddRange(Array).) | |
AddWithValue | ||
Clear |
Removes all items from the collection.
(Overrides DbParameterCollection..::.Clear()()().) | |
Contains | Overloaded. Gets a value indicating whether a MySqlParameter exists in the collection. | |
CopyTo |
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
(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.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the MySqlParameterCollection.
(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.) | |
GetParameter | Overloaded. | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
IndexOf | Overloaded. Gets the location of a MySqlParameter in the collection. | |
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
Insert |
Inserts a MySqlParameter into the collection at the specified index.
(Overrides DbParameterCollection..::.Insert(Int32, Object).) | |
MemberwiseClone | Overloaded. | |
Remove |
Removes the specified MySqlParameter from the collection.
(Overrides DbParameterCollection..::.Remove(Object).) | |
RemoveAt | Overloaded. Removes the specified MySqlParameter from the collection. | |
SetParameter | Overloaded. | |
ToString | (Inherited from Object.) |