MySQL Connector/Net |
MySqlParameterCollection..::.Add Method |
MySqlParameterCollection Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
Add(MySqlParameter) |
Adds the specified MySqlParameter object to the MySqlParameterCollection.
| |
Add(Object) |
Adds the specified MySqlParameter object to the MySqlParameterCollection.
(Overrides DbParameterCollection..::.Add(Object).) | |
Add(String, MySqlDbType) |
Adds a MySqlParameter to the MySqlParameterCollection given the parameter name and the data type.
| |
Add(String, Object) | Obsolete.
Adds a MySqlParameter to the MySqlParameterCollection given the specified parameter name and value.
| |
Add(String, MySqlDbType, Int32) |
Adds a MySqlParameter to the MySqlParameterCollection with the parameter name, the data type, and the column length.
| |
Add(String, MySqlDbType, Int32, String) |
Adds a MySqlParameter to the MySqlParameterCollection with the parameter name, the data type, the column length, and the source column name.
|