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

IsBOF property Next Page

IsClosed property


Checks whether the cursor is currently open.

Syntax

Visual Basic

NotOverridable Public Readonly Property IsClosed As Boolean _
Implements IDataReader.IsClosed

C#

public bool IsClosed {get;}

Property value

True if the cursor is currently open, false if the cursor is closed.

Implements

[external link] IDataReader.IsClosed