Table of Contents

Method GetRows

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

GetRows()

Retrieves the table rows.

object[][] GetRows()

Returns

object[][]

The table formatted as an object array of columns.

Remarks

Make sure the element from which you retrieve the row is active. If it is stopped, an ElementNotFoundException will be thrown.

Exceptions

ParameterNotFoundException

The parameter was not found.

ElementNotFoundException

The element was not found in the DataMiner System.