HasRows Property (C1DataReader)
In This Topic
Gets a boolean for whether this
C1DataReader is empty of rows or not/false. one or more rows.
Syntax
'Declaration
Public Overrides ReadOnly Property HasRows As Boolean
public override bool HasRows {get;}
See Also