DataRowCollection.Add Method
.NET Framework 3.5
Adds a DataRow to the DataRowCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Add(DataRow) | Adds the specified DataRow to the DataRowCollection object. |
|
Add(Object[]) | Creates a row using specified values and adds it to the DataRowCollection. |