Abstract accessors. How to open and configure data accessors. Abstract accessor example. DataAccessor + List. DataAccessor + Dictionary. DataAccessor + business objects. DataAccessor + scalar values. Abstract accessor attributes. SqlQuery & SprocQuery How to open and configure SqlQuery & SprocQuery. Basic CRUDL operations and SQL text generation. Reads a record by Primary Key. Reads all records from specified table. Inserts a new record. Updates a record. Deletes a record either by Primary Key or by provided object. Basic CRUDL operations and stored procedures. Reads a record by Primary Key. Reads all records from specified table. Inserts a new record. Updates a record. Deletes a record either by Primary Key or by provided object. SQL text generation control attributes.