DbType Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets the DbType of the parameter.

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

Syntax

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

Implements

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

See Also