dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameter Class / ResetDbType Method

On this page
    ResetDbType Method
    On this page
    Clears explicit OracleDbType assignment.
    Syntax
    'Declaration
     
    Public Overrides Sub ResetDbType() 
    public override void ResetDbType()
    Remarks
    After calling this method parameter's type is defined by OracleValue property.
    See Also