MySqlParameterCollection Members
From MySQL Connector/Net
| MySQL Connector/Net |
| MySqlParameterCollection Members |
| MySqlParameterCollection Class Methods Properties 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.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of MySqlParameter objects in the collection.
(Overrides DbParameterCollection..::.Count.) | |
| IsFixedSize |
Gets a value that indicates whether the MySqlParameterCollection
has a fixed size.
(Overrides DbParameterCollection..::.IsFixedSize.) | |
| IsReadOnly |
Gets a value that indicates whether the MySqlParameterCollection
is read-only.
(Overrides DbParameterCollection..::.IsReadOnly.) | |
| IsSynchronized |
Gets a value that indicates whether the MySqlParameterCollection
is synchronized.
(Overrides DbParameterCollection..::.IsSynchronized.) | |
| Item | Overloaded. Gets the MySqlParameter with a specified attribute.
[C#] In C#, this property is the indexer for the MySqlParameterCollection class.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the
MySqlParameterCollection.
(Overrides DbParameterCollection..::.SyncRoot.) |