DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataConnection Class / Close Method

In This Topic
    Close Method (C1ODataConnection)
    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