Table of Contents

Method FindAssociatedTableParameter

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

FindAssociatedTableParameter(int)

Retrieves the associated table parameter info for the specified column parameter.

public ParameterInfo FindAssociatedTableParameter(int columnParameterID)

Parameters

columnParameterID int

The column parameter ID.

Returns

ParameterInfo

The table parameter info for the specified column parameter.

FindAssociatedTableParameter(ParameterInfo)

Finds the table parameter that is associated with the specified column parameter.

public ParameterInfo FindAssociatedTableParameter(ParameterInfo columnParameter)

Parameters

columnParameter ParameterInfo

The column parameter.

Returns

ParameterInfo

The table parameter that is associated with the specified column parameter or null if no such parameter is found.