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

DbCommandDecorator Class

Decorate an IDbCommand to auto move to next ResultMap on ExecuteReader call.

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

System.Object
   DbCommandDecorator

[Visual Basic]
Public Class DbCommandDecorator
    Implements IDbCommand, IDisposable
[C#]
public class DbCommandDecorator : IDbCommand, IDisposable

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

DbCommandDecorator Members | IBatisNet.DataMapper.Commands Namespace