DataBaseExecutors.Entity NamespaceDataBaseExecutors
Extension of DBExecution for execute sql from class(Entity).
Classes

  ClassDescription
Public classDBColumnAttribute
Attribute for setting database's column information.
Public classDBEntity
DBExecution wrapper to deal with sql execution from object's method
Public classDBEntityExtension
Extension for the class that implements IDBEntiry.
This Extension enables the class to Save/Delete themselves.
Public classDBEntityProperty
The class to store DBColumn and Property information.
Public classDBSourceAttribute
Attribute for setting database's table/view name of class.
Interfaces

  InterfaceDescription
Public interfaceIDBEntity
Marker interface for DBEntityExecution