VistaDB 6
VistaDB.Provider Namespace / VistaDBParameter Class / ResetDbType Method


In This Topic
    ResetDbType Method
    In This Topic
    Resets the DbType property to its original settings. Resets the DbType property to its original settings.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Public Overrides Sub ResetDbType() 
    'Usage
     
    
    Dim instance As VistaDBParameter
     
    instance.ResetDbType()
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    public override void ResetDbType()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also