Table of Contents

Method SetParameterByPrimaryKey

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

SetParameterByPrimaryKey(int, string, object)

Sets the value of a cell specified using the primary key instead of the display key.

void SetParameterByPrimaryKey(int pid, string primaryKey, object value)

Parameters

pid int

The ID of the column parameter.

primaryKey string

The primary key of the row.

value object

The value to set.

SetParameterByPrimaryKey(string, string, object)

[Obsolete("Use overloads with parameter ID instead of name.")]
void SetParameterByPrimaryKey(string name, string primaryKey, object value)

Parameters

name string
primaryKey string
value object