Mono Class Library: OverviewMySql.Data.MySqlClient.MySqlParameter: Constructor Members |
The constructors of MySql.Data.MySqlClient.MySqlParameter are listed below. For a list of all members, see the MySqlParameter Members list.
See Also: Inherited members from System.Data.Common.DbParameter
Initializes a new instance of the MySqlParameter class. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the type of the parameter, the size of the parameter, a System.Data.ParameterDirection, the precision of the parameter, the scale of the parameter, the source column, a System.Data.DataRowVersion to use, and the value of the parameter. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name and the data type. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name and a value of the new MySqlParameter. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the MySql.Data.MySqlClient.MySqlDbType, and the size. Initializes a new instance of the MySql.Data.MySqlClient.MySqlParameter class with the parameter name, the MySql.Data.MySqlClient.MySqlDbType, the size, and the source column name.