Method Insert
| Improve this Doc View SourceInsert(Int32, Action<T, DataRow>)
Inserts DataRow at specified index.
Declaration
public DataRow Insert(int index, Action<T, DataRow> updateAction)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The specified index. |
System.Action<T, DataRow> | updateAction | The delegate to initialize the DataRow. |
Returns
Type | Description |
---|---|
DataRow | The inserted DataRow. |