SnapDAL Library Documentation

DataCommandDecorator Class

A base class decorator for a IDbCommand to allow interception of the methods. In addition to allowing interception of the Command methods, it also allows you to put a decorator on the Reader the command will return so you can capture or manipulate the data output by the command

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

System.Object
   DataCommandDecorator

public class DataCommandDecorator : IDbCommand, IDisposable, ICloneable

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: SnapDAL

Assembly: SnapDAL (in SnapDAL.dll)

See Also

DataCommandDecorator Members | SnapDAL Namespace