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 1.0 API Reference » ULConnection class

ChangeEncryptionKey method Next Page

Close method


Closes the database connection.

Syntax

Visual Basic

NotOverridable Public Sub Close() _
Implements IDbConnection.Close

C#

public void Close();

Remarks

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

Exceptions
Implements

[external link] IDbConnection.Close