CsDO Documentation

Overview

The CsDO project does Map a Relational Database (regular SQL databases) to .NET Objects using object inheritance and .NET attributes. It does implement .NET types to SQL types conversion (e.g.: VARCHAR to string), Foreign Key to Data Object conversion, Auto Increment delegates, Data Object Pool, among other features.

How it Works

Compiling the Project

Testing the Project