dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameter Class / ResetDbType Method

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