The DotnetProject.Data namespace simplify access to a database.
It is base on the Microsoft Data Access Application block schemes.
The GenericDataHelper class is the entry point. User will use this class to access the database. It is base on a simple configuration identifying the database and the manner to access it.
The IGenericHelper interface allow you to create your own Accessor.
For Sql Server, the accessor is Microsoft Data Access Application Bloc.
| Class | Description |
|---|---|
| GenericDataHelper | Gives generic tools in order to access a database. |
| Interface | Description |
|---|---|
| IGenericHelper | Define generic client capabilities. |