Advanced.Data.Provider Documentation

AdpDataReader.Read Method 

[This is preliminary documentation and subject to change.]

Advances the AdpDataReader to the next record.

[Visual Basic]
NotOverridable Public Function Read() As Boolean Implements _
   IDataReader.Read
[C#]
public bool Read();

Return Value

true if there are more rows; otherwise, false.

Implements

IDataReader.Read

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace