Advanced.Data.Provider Documentation

AdpConnection.Close Method 

[This is preliminary documentation and subject to change.]

Closes the connection to the database. This is the preferred method of closing any open connection.

[Visual Basic]
NotOverridable Public Sub Close() Implements _
   IDbConnection.Close
[C#]
public void Close();

Implements

IDbConnection.Close

See Also

AdpConnection Class | Advanced.Data.Provider Namespace