MySqlParameter.MySqlDbType Property

MySQL Connector/Net

MySqlParameterMySqlDbType Property
Gets or sets the MySqlDbType of the parameter.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public MySqlDbType MySqlDbType { get; set; }
Public Property MySqlDbType As MySqlDbType
	Get
	Set
public:
property MySqlDbType MySqlDbType {
	MySqlDbType get ();
	void set (MySqlDbType value);
}
member MySqlDbType : MySqlDbType with get, set

Property Value

Type: MySqlDbType
See Also