Skip to content
Igor Tkachev edited this page May 20, 2016 · 1 revision

Home

Abstract accessors.

Abstract accessor attributes.

SqlQuery & SprocQuery

Basic CRUDL operations and SQL text generation.

  • SelectByKeySql   Reads a record by Primary Key.
  • SelectAllSql         Reads all records from specified table.
  • InsertSql             Inserts a new record.
  • UpdateSql           Updates a record.
  • DeleteSql            Deletes a record either by Primary Key or by provided object.

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.

Clone this wiki locally