AceQLDataReader..::..ReadAsync Method
Advances the reader to the next record.
Method is provided only for consistency: same method exists in SQLServer SqlDataReader class.
It's cleaner to use AceQLDataReader.Read() because data are read from a [TextReader]
(all data are already downloaded when AceQLDataReader is created.)
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)