4.21.1Class DataControl

Service used to modify database records.

Class DataControl( instance ) from \
                 Service(( instance))
Properties
cmdInput: Command to perform. Can be one of:
  • del: Delete the required records (@ DataContro.eid can be a single item or an array of items).
  • upd: Update the specified eid.
  • add: Adds a new record.
cnfInput: Confirm command. If this input variable is "1", then a confirmation request is asked. This is just securuity against user unwilling fault.
entityDBEntity instance on which to operate.

Properties

cmd

Input: Command to perform. Can be one of:

cnf

Input: Confirm command. If this input variable is "1", then a confirmation request is asked. This is just securuity against user unwilling fault.

entity

DBEntity instance on which to operate.

Made with http://www.falconpl.org