DbType Property

MySQL Connector/Net

Gets or sets the DbType of the parameter.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override DbType DbType { get; set; }
Visual Basic (Declaration)
Public Overrides Property DbType As DbType
Visual C++
public:
virtual property DbType DbType {
	DbType get () override;
	void set (DbType value) override;
}

Implements

IDataParameter..::.DbType
IDataParameter..::.DbType

See Also