The DBEntityExtension type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | Delete |
Delete from database. Delete is executed by key property of object (key is set by DBColumn attribute). |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | ReadByKey T |
Get same key record from database.
|
![]() ![]() | Save(IDBEntity, DBExecution) |
Save to database by using passed DBExecution. Mainly, it's for transaction process (open transaction before it,then execute save). |
![]() ![]() | Save(IDBEntity, String) |
Save to database. The main process is delegated to DBEntity class. |
![]() ![]() | Source |
Get tavle/view name of class
|
![]() | ToString | (Inherited from Object.) |
See Also