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 » ULTransaction class

Commit method Next Page

Dispose method


Releases the resources used by the ULTransaction and rolls back any uncommitted commands.

Syntax

Visual Basic

NotOverridable Public Sub Dispose() _
Implements IDisposable.Dispose

C#

public void Dispose();

Implements

[external link] IDisposable.Dispose