Table of Contents

Method GetKeyPosition

Namespace
Skyline.DataMiner.Scripting
Assembly
SLManagedScripting.dll

GetKeyPosition(SLProtocol, int, string)

Gets the position of the row with the specified primary key in the table.

[Obsolete("Use protocol.GetKeyPosition instead", false)]
public static int GetKeyPosition(SLProtocol protocol, int tableId, string key)

Parameters

protocol SLProtocol

Instance that implements SLProtocol.

tableId int

The ID of the column parameter.

key string

The primary key of the row.

Returns

int

The position of the row in the table.

Remarks

This method acts as a wrapper for a NotifyProtocol type 163 call NT_GET_KEY_POSITION.