AdsExtendedReader.ReadPrevious

Advantage .NET Data Provider

Moves to the previous record.

public bool ReadPrevious();

Remarks

This returns true if it successfully positioned to the previous row and False if there are no more rows. If you use this method, AdsDataReader.RecordCache will be changed down to 10 if it is at its original value of 100.

See Also

AdsDataReader.Read

AdsDataReader.RecordCache