VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / Dispose Method


In This Topic
    Dispose Method (VistaDBConnection)
    In This Topic
    Dispose the object and release all resources. A best practice for performing this automatically is to put all your VistaDBConnection objects within Using() statements to ensure they are cleaned up in a timely manner.
    Overload List
    OverloadDescription
    Dispose the object and release all resources. A best practice for performing this automatically is to put all your VistaDBConnection objects within Using() statements to ensure they are cleaned up in a timely manner.  
    (Inherited from System.ComponentModel.Component)
    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