Method SetRow
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
SetRow(string, object[])
Updates the row with the provided data.
void SetRow(string primaryKey, object[] data)
Parameters
Exceptions
- ArgumentNullException
primaryKey
is null.- ArgumentNullException
data
is null.- ArgumentException
The provided primary key is the empty string ("") or white space.
- ParameterNotFoundException
The table parameter was not found.
- ElementStoppedException
The element is stopped.
- ElementNotFoundException
The element was not found in the DataMiner System.