Extension of DBExecution for execute sql from class(Entity).
Classes
Class | Description | |
---|---|---|
![]() | DBColumnAttribute |
Attribute for setting database's column information.
|
![]() | DBEntity |
DBExecution wrapper to deal with sql execution from object's method
|
![]() | DBEntityExtension |
Extension for the class that implements IDBEntiry. This Extension enables the class to Save/Delete themselves. |
![]() | DBEntityProperty |
The class to store DBColumn and Property information.
|
![]() | DBSourceAttribute |
Attribute for setting database's table/view name of class.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IDBEntity |
Marker interface for DBEntityExecution
|