DataTable::LoadDataRow Method
.NET Framework (current version)
Finds and updates a specific row. If no matching row is found, a new row is created using the given values.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | LoadDataRow(array<Object^>^, Boolean) | Finds and updates a specific row. If no matching row is found, a new row is created using the given values. |
![]() | LoadDataRow(array<Object^>^, LoadOption) | Finds and updates a specific row. If no matching row is found, a new row is created using the given values. |
Show:
