Advantage .NET Data Provider
Advances the AdsDataReader to the next record.
public bool Read();
Read returns True if it successfully positioned to the next row and False if there are no more rows. The default position of the AdsDataReader is prior to the first record. Therefore, you must call Read to begin accessing any data.