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
pidintThe ID of the column parameter.
primaryKeystringThe primary key of the row.
valueobjectThe value to set.
SetParameterByPrimaryKey(string, string, object)
[Obsolete("Use overloads with parameter ID instead of name.")]
void SetParameterByPrimaryKey(string name, string primaryKey, object value)