The DBEntity type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DBEntity | Initializes a new instance of the DBEntity class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | createExecute(IDBEntity, DBExecution, Boolean) |
Create DBExecution to execute query with parameters. Parameters is passed by DBExecution. |
![]() ![]() | createExecute(IDBEntity, String, Boolean) |
Create DBExecution to execute query.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | GetDBProperties |
Get list of DBColumn properties. You can also extract properties that don't have DBColumn attribute. |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetSource |
Get table or view of class. You can set it by DBSource attribute. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | Read T (String) |
Read from table/view of class.
|
![]() ![]() | Read T (String, DBExecution) |
Read from parameter query.parameter is passed by DBExecution
|
![]() ![]() | Read T (String, String) |
Read from sql.
|
![]() | ToString | (Inherited from Object.) |
See Also