Closes the database connection.
Visual Basic
NotOverridable Public Sub Close() _
Implements IDbConnection.Close
C#
public void Close();
The Close method rolls back any pending transactions and then closes the connection. An application can call Close multiple times.
ULException class - A SQL error occurred.