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

DataReaderDecorator Class

Decorate an IDataReader to auto move to next ResultMap on NextResult call.

For a list of all members of this type, see DataReaderDecorator Members.

System.Object
   DataReaderDecorator

[Visual Basic]
Public Class DataReaderDecorator
    Implements IDataReader, IDisposable, IDataRecord
[C#]
public class DataReaderDecorator : IDataReader, IDisposable, IDataRecord

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.DataMapper.Commands

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

DataReaderDecorator Members | IBatisNet.DataMapper.Commands Namespace