| Overload | Description |
|---|---|
| Add(String,MySqlType) | Adds a MySqlParameter to the MySqlParameterCollection given the parameter name and data type. |
| Add(String,MySqlType,Int32) | Adds a MySqlParameter to the MySqlParameterCollection given the the parameter name, data type, and data size. |
| Add(String,MySqlType,Int32,String) | Adds a MySqlParameter to the MySqlParameterCollection given the parameter name, data type, column width, and source column name. |
| Add(String,Object) | Adds a MySqlParameter to the MySqlParameterCollection given the parameter name and value. |
| Add(MySqlParameter) | Adds the specified MySqlParameter to the MySqlParameterCollection. |