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