dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlParameter Class / ResetDbType Method

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