Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

AddRow()

  • Last UpdatedNov 25, 2015
  • 1 minute read

Use the AddRow() method to add an empty row to a memory table and make it current.

You can then add values to the row by using the following methods:

  • SetCurrentRowColumnByIndex()

  • SetCurrentRowColumnByName()

  • SetCurrentRow()

Syntax

result AddRow()

Remarks

The actual update to the data source is delayed until you call SaveChangesSync() or SaveChangesAsync().

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in