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().