dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlParameter Class / ResetDbType Method

In This Topic
ResetDbType Method
In This Topic
Clears explicit MySqlType assignment.
Syntax
'Declaration
 
Public Overrides Sub ResetDbType() 
 
Remarks
After calling this method parameter's type is defined by Value property.
See Also