SqlDataReader.Read() is a method which returns a bool but advanced to the next record in a recordset.
What factors influence whether true or false is returned?
Thanks
SqlDataReader.Read() is a method which returns a bool but advanced to the next record in a recordset.
What factors influence whether true or false is returned?
Thanks
From the help of SqlDataReader.Read:
returns true if there are more rows; otherwise false.