NoRows Property (IDataRegion)
In This Topic
Gets a value indicating whether the data region has no rows available.
Syntax
'Declaration
ReadOnly Property NoRows As Boolean
Property Value
A
System.Boolean value.
true
if the data region has no rows; otherwise,
false
.
See Also