Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnection class

 

Close method

Closes the database connection.

Syntax
Visual Basic
Public Overrides Sub Close()
C#
public override void Close();
Remarks

The Close method rolls back any pending transactions and then closes the connection. An application can call Close multiple times.

See also