AxaptaRecord Methods

The AxaptaRecord type exposes the following members.

  NameDescription
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 (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.
Protected method Finalize (Inherited from Object.)
Public method get_Field Overloaded.
Public method get_FieldLabel Overloaded.
Public method get_HelpField Overloaded.
Public method get_TooltipField Overloaded.
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.
Protected method MemberwiseClone (Inherited from Object.)
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 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 set_Field Overloaded.
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

Community Additions

ADD
Show: