IDataStore.InsertRow Method
.NET Standard 2.x
Inserts an empty row to the specified position in the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.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. |