MySqlParameter Constructor
In This Topic
Initializes a new instance of the
MySqlParameter class.
Overload List
| Overload | Description |
| MySqlParameter Constructor() | Initializes a new instance of the MySqlParameter class. |
| MySqlParameter Constructor(String,MySqlType) | Initializes a new instance of the MySqlParameter class with the parameter name and data type. |
| MySqlParameter Constructor(String,Object) | Initializes a new instance of the MySqlParameter class with the parameter name and a MySqlParameter object. |
| MySqlParameter Constructor(String,MySqlType,Int32) | Initializes a new instance of the MySqlParameter class with the parameter name, data type, and width. |
| MySqlParameter Constructor(String,MySqlType,Int32,String) | Initializes a new instance of the MySqlParameter class with the parameter name, data type, width, and source column name. For internal use. |
| MySqlParameter Constructor(String,MySqlType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object) | Initializes a new instance of the MySqlParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties. |
| MySqlParameter Constructor(String,MySqlType,Int32,ParameterDirection,Boolean,Boolean,Byte,Byte,String,DataRowVersion,Object) | Initializes a new instance of the MySqlParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties. |
See Also