Table of Contents

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

primaryKey string

The primary key of the row that must be updated.

data object[]

The new row data.

Remarks

Make sure the element that contains the table on which you perform the operation is active. If it is stopped, an ElementNotFoundException will be thrown.

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.

ElementNotFoundException

The element was not found in the DataMiner System.