Method AddRow
| Improve this Doc View SourceAddRow(Action<DataRow>)
Adds a DataRow into this DataSet.
Declaration
public DataRow AddRow(Action<DataRow> updateAction = null)
Parameters
Type | Name | Description |
---|---|---|
System.Action<DataRow> | updateAction | The delegate to initialize the newly added DataRow. |
Returns
Type | Description |
---|---|
DataRow | The newly added DataRow. |