Pluggable Providers Example
This example demonstrates how to implement pluggable database support in an ODS generated DAL. This allows for drop in support for different database types without having to modify your application.
See the pluggable providers example page.