Method InsertRow
| Improve this Doc View SourceInsertRow(Int32, Action<DataRow>)
Inserts a DataRow into this DataSet at specified index.
Declaration
public DataRow InsertRow(int index, Action<DataRow> updateAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | The specified index. |
| System.Action<DataRow> | updateAction | The delegate to initialize the newly added DataRow. |
Returns
| Type | Description |
|---|---|
| DataRow | The newly added DataRow. |