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
The simple interface to a Factory based provider solution to execute data access commands using the ADO.Net framework. The DataFactory hides the complexity of using a factory to produce the generic data access components of Ado.Net and provides best practice execution of most common queries.
Represents the Statements in a single directory structure. Once read from the file system in the directory the cache is initialized for, statements can be cached in memory. Subsequent uses will clone any Command objects associated with the Statement and are by default.