Table of Contents

Method RemoveMissingRowForPid

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll

RemoveMissingRowForPid(int, string)

Removes the row from the table where the PK is equal to pk on the condition that the row also has the deleted status.

public void RemoveMissingRowForPid(int tablePid, string pk)

Parameters

tablePid int

Parameter ID of the table for which the rows will need to be removed.

pk string

Primary key to be removed when the state of the row indicates that the row is deleted.