Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Code Block
languagexml
<procedureMode>INSERT</procedureMode>

See the example of incoming EagleML message for inserting new record in the Upsert Mode.

Update Data

For updating the existing row in the database the value of element Procedure Mode should be null or equal ‘UPDATE’ if the row exists in the database table:

...