ResetDbType Method

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Resets the DbType property to its original settings.

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

Syntax

C#
public override void ResetDbType()
Visual Basic
Public Overrides Sub ResetDbType
Visual C++
public:
virtual void ResetDbType() override

See Also