CA.Blocks.DataAccess

Namespace : CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

This Namespace contains the abstract classes for DataAccessCore. You find the abstract class and DataHelper methods for extracting data out of the DataRow and IDataReader interfaces

Class Classes

NameDescription
Abstract ClassCA.Blocks.DataAccess.DataAccessCore This class provides the abstract implementation for the Code Associate Data Access Block. The Abstract implementation is build upon utilizing common System.Data methods and interfacing out the Specific DBCommand using the IDbCommand interface. In doing this all specializations built on top of this class will behave in the same manor. This class is abstract and cannot be created.
StaticCA.Blocks.DataAccess.DataHelper This class is a helper class for dealing data values. It is intended to be a static helper class only.
StaticCA.Blocks.DataAccess.DataRowExtensions This is a helper class to add some semantic sugar to the DataHelper class using extension methods
StaticCA.Blocks.DataAccess.IDataReaderExtensions