AxaptaRecordWrapper Methods
The AxaptaRecordWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| Call | Overloaded. Calls a method for the Axapta record. |
| Clear | Clears the contents of an Axapta record. |
| Delete | Deletes the Axapta record. |
| DoDelete | Deletes an Axapta record. |
| DoInsert | Inserts the Axapta record into the database. |
| DoUpdate | Updates the Axapta record in the database. |
| Equals | (Inherited from Object.) |
| ExecuteStmt | Executes a statement on the Axapta record. |
| Finalize | (Inherited from Object.) |
| GetField | Overloaded. Retrieves a field for the Axapta record. |
| GetFieldLabel | Overloaded. Retrieves the label text for a field from the Axapta record. |
| GetHashCode | (Inherited from Object.) |
| GetHelpField | Overloaded. Retrieves the help text for a field from the Axapta record. |
| GetTooltipField | Overloaded. Retrieves the tooltip for a field from the Axapta record. |
| GetType | (Inherited from Object.) |
| InitValue | Initializes the fields of the Axapta record. |
| Insert | Inserts the Axapta record into the database. |
| MemberwiseClone | (Inherited from Object.) |
| Next | Retrieves the next Axapta record from the sequence of Axapta records. |
| PostLoad | Calls the postLoad method for the Axapta record. |
| Reread | Rereads the fields of the Axapta record. |
| SetField | Overloaded. Sets a field value for the Axapta record. |
| ToString | (Inherited from Object.) |
| Update | Updates the Axapta record. |
| ValidateDelete | Checks whether the Axapta record can be deleted. |
| ValidateField | Overloaded. Checks whether the specified field of the Axapta record is valid. |
| ValidateWrite | Checks whether the Axapta record is valid and can be written to the database. |
| Write | Writes the Axapta record to the database. |
Community Additions
ADD
Show: