Mono Class Library: System.Data.IDataReader Overview | MembersSystem.Data.IDataReader.Read Method |
Read the next result [Edit]
|
true if a valid record was read by this invocation of Read() [Edit]
This method allows a nice idiom:[Edit]
C# Example while (SomeDataReader.Read()) { //do something with the data from this row. }
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0