MySqlParameter.ResetDbType Method

MySQL Connector/Net

MySqlParameterResetDbType Method
Resets the DbType property to its original settings.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override void ResetDbType()
Public Overrides Sub ResetDbType
public:
virtual void ResetDbType() override
abstract ResetDbType : unit -> unit 
override ResetDbType : unit -> unit 
See Also