DataTable.LoadDataRow Method
.NET Framework 4.5
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
LoadDataRow(Object[], Boolean) | Finds and updates a specific row. If no matching row is found, a new row is created using the given values. |
|
LoadDataRow(Object[], LoadOption) | Finds and updates a specific row. If no matching row is found, a new row is created using the given values. |