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
public property 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.
public property 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.
public property Field Overloaded. The Field property sets or returns the value associated with a specified field of the Axapta record.
public property FieldLabel Overloaded. The FieldLabel property retrieves the value of a field label for a field in an Axapta record.
public property 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.
public property HelpField Overloaded. The HelpField property retrieves the value of the help label for a field of the Axapta record.
public property TooltipField Overloaded. The TooltipField property returns the value of the ToolTip for a field of the Axapta record.
public property TooltipRecord The TooltipRecord property returns the ToolTip for the Axapta record.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Call Overloaded. The Call method calls a member method of the Axapta record.
public method 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.
public method 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.
public method Dispose The Dispose method releases resources used by the AxaptaRecord object.
public method 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.
public method 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.
public method 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.
public method Equals  Overloaded. (Inherited from Object )
public method 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.
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method 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
public method 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.
public method Next The Next method retrieves the next Axapta record from the sequence of Axapta records returned by a previous call to ExecuteStmt.
public method 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.
public method static ReferenceEquals  (Inherited from Object )
public method 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.
public method ToString  (Inherited from Object )
public method Update The Update method updates the Axapta record.
public method 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.
public method 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.
public method 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.
public method 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
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

AxaptaRecord Class
Microsoft.Dynamics.BusinessConnectorNet Namespace