TypedDatabase generates a lightwight Data Access Layer composed of C# classes around each table, view or SP in a database. The resulting code provides type safe access to the data, providing CRUD and select operations defined by user as C# expressions.