Method DeleteRow
DeleteRow(int, int)
Removes the specified row(s) from the specified table.
Parameters
Returns
- int
Number of remaining rows in the table.
Remarks
- Prior to DataMiner 10.1.1 (RN 27995), this method was defined as an SLProtocol extension method in the NotifyProtocol class.
- This method acts as a wrapper for a NotifyProtocol type 156 NT_
DELETE_ call.ROW
DeleteRow(int, string)
Removes the specified row(s) from the specified table.
Parameters
Returns
- int
Number of remaining rows in the table.
Remarks
- Prior to DataMiner 10.1.1 (RN 27995), this method was defined as an SLProtocol extension method in the NotifyProtocol class.
- This method acts as a wrapper for a NotifyProtocol type 156 NT_
DELETE_ call.ROW
DeleteRow(int, string[])
The ID of the table parameter.
Parameters
Returns
- int
Number of remaining rows in the table.
Remarks
- Prior to DataMiner 10.1.1 (RN 27995), this method was defined as an SLProtocol extension method in the NotifyProtocol class.
- This method acts as a wrapper for a NotifyProtocol type 156 NT_
DELETE_ call.ROW