Overload List

  NameDescription
AddParameter(MySqlParameter)
Adds a stored procedure parameter object to the command object parameters collection.
AddParameter(String, MySqlDbType, ParameterDirection, Object)
Creates a parameter object that does not require a size from the passed values and adds it to the command object parameters collection.
AddParameter(String, MySqlDbType, ParameterDirection, Int32, Object)
Creates a parameter object that requires a size from the passed values and adds it to the command object parameters collection.

See Also