Table of Contents

Property Keys

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

Keys

Gets the primary keys of all rows in the table.

public string[] Keys { get; }

Property Value

string[]

The primary keys of all the rows in the table.

Remarks

The implementation of this property uses the GetKeys extension method defined in the NotifyProtocol class.