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