DBEntity MethodsDataBaseExecutors
The DBEntity type exposes the following members.
Methods

  NameDescription
Public methodStatic membercreateExecute(IDBEntity, DBExecution, Boolean)
Create DBExecution to execute query with parameters.
Parameters is passed by DBExecution.
Public methodStatic membercreateExecute(IDBEntity, String, Boolean)
Create DBExecution to execute query.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGetDBProperties
Get list of DBColumn properties.
You can also extract properties that don't have DBColumn attribute.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSource
Get table or view of class.
You can set it by DBSource attribute.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberRead T (String)
Read from table/view of class.
Public methodStatic memberRead T (String, DBExecution)
Read from parameter query.parameter is passed by DBExecution
Public methodStatic memberRead T (String, String)
Read from sql.
Public methodToString (Inherited from Object.)
Back to Top
See Also