Method GetDisplayKey
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
GetDisplayKey(string)
Gets the display key that corresponds with the specified primary key.
string GetDisplayKey(string primaryKey)
Parameters
primaryKey
stringThe primary key.
Returns
- string
The display key that corresponds with the specified primary key.
Remarks
Make sure the element that contains the table on which you perform the operation is active. If it is stopped, null will be returned.
Exceptions
- ArgumentNullException
primaryKey
is null.- ElementNotFoundException
The element was not found in the DataMiner System.