| Add(MySqlParameter) : MySqlParameter
Adds the specified MySql.Data.MySqlClient.MySqlParameter object to the MySql.Data.MySqlClient.MySqlParameterCollection.
|
override | Add(object) : int
Adds the specified MySql.Data.MySqlClient.MySqlParameter object to the MySql.Data.MySqlClient.MySqlParameterCollection.
|
| Add(string, MySqlDbType) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection given the parameter name and the data type.
|
| Add(string, object) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection given the specified parameter name and value.
|
| Add(string, MySqlDbType, int) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection with the parameter name, the data type, and the column length.
|
| Add(string, MySqlDbType, int, string) : MySqlParameter
Adds a MySql.Data.MySqlClient.MySqlParameter to the MySql.Data.MySqlClient.MySqlParameterCollection with the parameter name, the data type, the column length, and the source column name.
|
override | AddRange(Array)
Adds an array of values to the end of the MySql.Data.MySqlClient.MySqlParameterCollection.
|
| AddWithValue(string, object) : MySqlParameterDocumentation for this section has not yet been entered. |
override | Clear()
Removes all items from the collection.
|
override | Contains(object) : bool
Gets a value indicating whether a MySqlParameter exists in the collection.
|
override | Contains(string) : bool
Gets a value indicating whether a MySql.Data.MySqlClient.MySqlParameter with the specified parameter name exists in the collection.
|
override | CopyTo(Array, int)
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
|
override | GetEnumerator() : IEnumerator
Returns an enumerator that iterates through the MySql.Data.MySqlClient.MySqlParameterCollection.
|
override | IndexOf(object) : int
Gets the location of a MySql.Data.MySqlClient.MySqlParameter in the collection.
|
override | IndexOf(string) : int
Gets the location of the MySql.Data.MySqlClient.MySqlParameter in the collection with a specific parameter name.
|
override | Insert(int, object)
Inserts a MySqlParameter into the collection at the specified index.
|
override | Remove(object)
Removes the specified MySqlParameter from the collection.
|
override | RemoveAt(int)
Removes the specified MySql.Data.MySqlClient.MySqlParameter from the collection using a specific index.
|
override | RemoveAt(string)
Removes the specified MySql.Data.MySqlClient.MySqlParameter from the collection using the parameter name.
|