CA.Blocks.DataAccess

Namespace : CA.Blocks.DataAccess

Assembly : CA.Blocks.DataAccess.dll

Provide the code abstract classes for DataAccessCore and the base classes 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
StaticCA.Blocks.DataAccess.IDataReaderExtensions