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