IDataStore.InsertRow Method
.NET Standard 2.x | Current Version (1.0.1) 
Inserts an empty row to the specified position in the DataStore.
Namespace: PowerBuilder.Data
Assembly: PowerBuilder.Data.dll
Overloads
| Method | Description |
|---|---|
| InsertRow(int row) | Inserts an empty row to the specified position in the DataStore. If any columns have default values, the row is initialized with these values. |
| InsertRow<TModel>(int row, TModel model) | Inserts a TModel object as a row to the specified position in the primary buffer of the DataStore. |