SnapDAL Library Documentation | |
DataCommandDecorator.ReaderExecutedCommand Delegate
A Command type that will take a IDataReader and decorate it with something that intercepts calls
public delegate IDataReader DataCommandDecorator.ReaderExecutedCommand(
IDataReader rdr);
Requirements
Namespace: SnapDAL
Assembly: SnapDAL (in SnapDAL.dll)
See Also
SnapDAL Namespace