•
IntroductionAbstract accessors.
Abstract accessor attributes.
SqlQuery & SprocQuery
Basic CRUDL operations and SQL text generation.
Basic CRUDL operations and stored procedures.
| • SelectByKey | Reads a record by Primary Key. |
| • SelectAll | Reads all records from specified table. |
| • Insert | Inserts a new record. |
| • Update | Updates a record. |
| • Delete | Deletes a record either by Primary Key or by provided object. |
SQL text generation control attributes.