An NDoc Documented Class Library

Simbiosis.XDataAccess Namespace

Core namespace. Contains XSqlHelper and XDAO Objects

Namespace hierarchy

Classes

Class Description
XDAO XDAO provides methods to perform CRUD operations over objects. It relies on XML Sql catalog definition, where .NET type to sql text mapping is defined with the 'type' and 'command' attributes of the transaction element.
XSqlHelper XSqlHelper class provides data access methods, decoupling sql statments from source code, encapsulating sql in xml, creating command parameters from business entity objects by using reflection.