MySqlParameterCollection.Add Method

MySQL Connector/Net

MySqlParameterCollectionAdd Method
Overload List
  Name Description
Public method Add(Object)
Adds the specified MySqlParameter object to the MySqlParameterCollection.
(Overrides DbParameterCollectionAdd(Object).)
Public method Add(MySqlParameter)
Adds the specified MySqlParameter object to the MySqlParameterCollection.
Public method Add(String, MySqlDbType)
Adds a MySqlParameter to the MySqlParameterCollection given the parameter name and the data type.
Public method Add(String, Object) Obsolete.
Adds a MySqlParameter to the MySqlParameterCollection given the specified parameter name and value.
Public method Add(String, MySqlDbType, Int32)
Adds a MySqlParameter to the MySqlParameterCollection with the parameter name, the data type, and the column length.
Public method 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.
Top
See Also