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.

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.