ODX - Open Dataset eXtensions is a quite tiny but extremely powerful ORM tool. It utilizes all the power of ADO.NET and adds the natural ease of OOP.
Object layer features:
* Inheritance (both single table & multiple table patterns). Polymorphy.
* 1:N, N:N relationships. Integrity Control.
* Lazy loading.
* Client entity cache.
* Offline mode support. Multiple server connection support. Merging data sources.
* Flexible event model.
* Save points, Persistent snapshots.
* .NET Remoting support.
* On-the-fly proxy generation.
Data layer features:
* Transactions. Optimistic concurrency.
* XML data source. Concurent access to.
* Nearly any SQL DB support. OLEDB, ODBC, etc.
|
|