AxaptaRecord Methods
The AxaptaRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| Call | Overloaded. The Call method calls a member method of the Axapta record. |
| Clear | The Clear method clears the contents of the Axapta record. This method resembles calling the clear member method of a record in the Axapta X++ language. |
| Delete | The Delete method deletes the Axapta record. Calling this method resembles calling the delete member method of a record in the Axapta X++ language. |
| Dispose | The Dispose method releases resources used by the AxaptaRecord object. |
| DoDelete | The DoDelete method deletes the Axapta record. Calling this method resembles calling the doDelete member method of a record in the Axapta X++ language. Calling DoDelete ensures that any Axapta X++ code written in the delete member method of the record is not executed. Calling Delete always executes the Axapta X++ code written in the delete member method of the record. |
| DoInsert | The DoInsert method inserts the Axapta record into the database. Calling this method resembles calling the doInsert member method of a record in the Axapta X++ language. Calling DoInsert ensures that any Axapta X++ code written in the insert member method of the record is not executed. Calling Insert always executes the Axapta X++ code written in the insert member method of the record. |
| DoUpdate | The DoUpdate method updates the Axapta record into the database. Calling this method resembles calling the doUpdate member method of a record in the Axapta X++ language. Calling DoUpdate ensures that any Axapta X++ code written in the update member method of the record is not executed. Calling Update always executes the Axapta X++ code written in the update member method of the record. |
| Equals | (Inherited from Object.) |
| ExecuteStmt | The ExecuteStmt method executes a statement on the Axapta record. When multiple Axapta records are needed for the statement, use the ExecuteStmt method of the Axapta class or one of its overloads. |
| Finalize | (Inherited from Object.) |
| get_Field | Overloaded. |
| get_FieldLabel | Overloaded. |
| get_HelpField | Overloaded. |
| get_TooltipField | Overloaded. |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| InitValue | The InitValue method initializes the fields of the Axapta record. Calling this method resembles calling the initValue member method of a record in the Axapta X++ language |
| Insert | The Insert method inserts the Axapta record into the database. Calling this method resembles calling the insert member method of a record in the Axapta X++ language. |
| MemberwiseClone | (Inherited from Object.) |
| Next | The Next method retrieves the next Axapta record from the sequence of Axapta records returned by a previous call to ExecuteStmt. |
| PostLoad | The PostLoad method calls the postLoad member method of the Axapta record. Whenever a record is read from the database, the postLoad member method of the Axapta record is automatically called. The postLoad member method of the Axapta record can be overridden in Axapta X++ to accomplish specific behavior. |
| Reread | The Reread method rereads the fields of the Axapta record. Calling this method resembles calling the reread member method of a record in the Axapta X++ language. |
| set_Field | Overloaded. |
| ToString | (Inherited from Object.) |
| Update | The Update method updates the Axapta record. |
| ValidateDelete | The ValidateDelete method checks whether the Axapta record can be deleted. Calling this method resembles calling the validateDelete member method of a record in the Axapta X++ language. |
| ValidateField | Overloaded. The ValidateField method checks whether the specified field of the Axapta record is valid. Calling this method resembles calling the validateField member method of a record in the Axapta X++ language. |
| ValidateWrite | The ValidateWrite method checks whether the Axapta record can be written. Calling this method resembles calling the validateWrite member method of a record in the Axapta X++ language. |
| Write | The Write method writes the Axapta record to the database. Calling this method resembles calling the write member method of a record in the Axapta X++ language. |
Community Additions
ADD
Show: