DataRowCollection::Add Method
.NET Framework (current version)
Adds a DataRow to the DataRowCollection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(DataRow^) | Adds the specified DataRow to the DataRowCollection object. |
![]() | Add(array<Object^>^) | Creates a row using specified values and adds it to the DataRowCollection. |
Show:
