AxaptaRecord Members
The AxaptaRecord class provides functionality for reading and modifying Axapta records.
The following tables list the members exposed by the AxaptaRecord type.
Public Properties
| Name | Description | |
|---|---|---|
![]() |
Caption | The Caption property returns the caption of the Axapta record. Retrieving this property resembles calling the caption member property of a record in the Axapta X++ language. |
![]() |
Company | The Company property sets or returns the company of the Axapta record. Retrieving this property resembles calling the company member property of a record in the Axapta X++ language. |
![]() |
Field | Overloaded. The Field property sets or returns the value associated with a specified field of the Axapta record. |
![]() |
FieldLabel | Overloaded. The FieldLabel property retrieves the value of a field label for a field in an Axapta record. |
![]() |
Found | The Found property retrieves the status of the Axapta record. After ExecuteStmt or Next has been called, the Found property indicates whether a record was found. |
![]() |
HelpField | Overloaded. The HelpField property retrieves the value of the help label for a field of the Axapta record. |
![]() |
TooltipField | Overloaded. The TooltipField property returns the value of the ToolTip for a field of the Axapta record. |
![]() |
TooltipRecord | The TooltipRecord property returns the ToolTip for the Axapta record. |
Top
Public Methods
(see also Protected Methods )
| 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 | Overloaded. (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. |
![]() |
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. |
![]() |
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. |
![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
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. |
![]() |
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. |
Top
Protected Methods
| Name | Description | |
|---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
AxaptaRecord Class
Microsoft.Dynamics.BusinessConnectorNet Namespace
.gif)
.gif)
.gif)
.gif)