The model level has methods for setting attributes, and inserting and updating records in recordsets. SetAttributes is used to set the attributes on the current entity. SetAttributesDelayed is used to set the attributes on an entity when that entity is encountered. InsertRecord is used to insert a record into the current recordset. UpdateCurrentRecord is used to change the fields of the current record. UpdateRecordByFilter is used to change the fields of the first record that is encountered after the current record index that meets the filter conditions. UpdateRecordByIndex is used to change the fields of the record at the absolute record index. UpdateRecords is used to change all of the records that meet the filter conditions.
![]() |