Method EndAdd
| Improve this Doc View SourceEndAdd()
Commits the adding DataRow into this DataSet.
Declaration
public DataRow EndAdd()
Returns
Type | Description |
---|---|
DataRow | The DataRow which is newly added into this DataSet. |
EndAdd(Int32)
Commits the adding DataRow into this DataSet at specified index.
Declaration
public DataRow EndAdd(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The specified index. |
Returns
Type | Description |
---|---|
DataRow | The DataRow which is newly added into this DataSet. |