iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.Read Method 

Advances the IDataReader to the next record.

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

Return Value

true if there are more rows; otherwise, false.

Implements

IDataReader.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace