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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

ChangePassword method Next Page

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