Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDataReader class

 

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