Table of Contents

Method GetKeysForIndex

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

GetKeysForIndex(int, string)

Gets the primary keys of all rows that have the specified value for the specified column.

public string[] GetKeysForIndex(int columnPid, string value)

Parameters

columnPid int

The ID of the column parameter.

value string

The value to search.

Returns

string[]

The primary keys of the rows that have the specified value for the specified column.

Remarks

  • In order for this method to work, the column must either be a foreign key column or it must have the option ‘indexColumn’.