DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVConnection Class / Close Method

In This Topic
    Close Method (C1CSVConnection)
    In This Topic
    Closes the connection to the database. This is the preferred method of closing any open connection.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub Close() 
    public override void Close()
    See Also