MySQL Connector/Net
MySqlParameterCollectionAdd Method |

Name | Description | |
---|---|---|
![]() |
Add(Object) |
Adds the specified MySqlParameter object to the MySqlParameterCollection.
(Overrides DbParameterCollectionAdd(Object).) |
![]() |
Add(MySqlParameter) |
Adds the specified MySqlParameter object to the MySqlParameterCollection.
|
![]() |
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.
|
