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

Schema property Next Page

Close method


Closes the cursor.

Syntax

Visual Basic

NotOverridable Public Sub Close() _
Implements IDataReader.Close

C#

public void Close();

Remarks

It is not an error to close a cursor that is already closed.

Exceptions
Implements

[external link] IDataReader.Close