Table of Contents

Method Exists

Namespace
Skyline.DataMiner.Scripting
Assembly
QActionHelperBaseClasses.dll

Exists(string)

Determines whether a row with the specified primary key exists in the table.

public bool Exists(string key)

Parameters

key string

The primary key of the row.

Returns

bool

true if a row with the primary key is present; otherwise, false.