Method RemoveMissingRowsForPid
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.DataMapper
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Protocol.dll
RemoveMissingRowsForPid(int)
Removes all rows from the table that have the deleted status.
public void RemoveMissingRowsForPid(int tablePid)
Parameters
tablePid
intParameter ID of the table for which the rows will need to be removed.
RemoveMissingRowsForPid(int, IEnumerable<string>)
Removes the rows from the table that are present in the pks
on the condition that they also have the deleted status.
public void RemoveMissingRowsForPid(int tablePid, IEnumerable<string> pks)
Parameters
tablePid
intParameter ID of the table for which the rows will need to be removed.
pks
IEnumerable<string>Primary keys to be removed when the state of the row indicates that the row is deleted.