dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameter Class / ResetDbType Method

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