Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Closes the database connection.
Visual BasicPublic Overrides Sub Close()
C#public override void Close();
The Close method rolls back any pending transactions and then closes the connection. An application can call Close multiple times.