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

FieldCount property Next Page

HasRows property


Checks whether the ULDataReader has one or more rows.

Syntax

Visual Basic

Public Overrides Readonly Property HasRows As Boolean

C#

public override bool HasRows { get;}

Property value

True if the result set has at least one row, false if there are no rows.

See also