Method GetData
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetData(int)
Gets the table data.
IDictionary<string, object[]> GetData(int keyColumnIndex = 0)
Parameters
keyColumnIndex
intThe 0-based index of the key column.
Returns
- IDictionary<string, object[]>
The table data.
Exceptions
- ArgumentException
keyColumnIndex
is invalid.- ParameterNotFoundException
The table parameter was not found.
- ElementStoppedException
The element is stopped.
- ElementNotFoundException
The element was not found in the DataMiner System.