It is an SQL Builder, Object Interface to Database Tables. An ORM (Object-Relational Mapping) library based on DataObjects from php PEAR. It does:
- Build SQL statements based on the objects vars and the builder methods;
- Act as a datastore for a table row
The core class is designed to be extended for each of your tables so that you put the data logic inside the data classes. Included there is a Generator to make your configuration files and your base classes.
Created by Alessandro Binhara and Alexandre Rocha Lima e Marcondes from Mono Brasil Team
CSharp DataObject - CsDO
Copyright (c) 2005, Mono Brasil
All rights reserved.
Licensed under dual licensing: BSD and MIT/X11