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

InMemoryDataReader Constructor 

Creates an InMemoryDataReader from a IDataReader

[Visual Basic]
Public Sub New( _
   ByVal IDataReader As IDataReader _
)
[C#]
public InMemoryDataReader(
   IDataReader reader
);

Parameters

reader
The IDataReader which holds the records from the Database.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace