Method DeleteRow
DeleteRow(int, int)
Removes the specified row(s) from the specified table.
int DeleteRow(int tableId, int row)
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_ROW call.
DeleteRow(int, string)
Removes the specified row(s) from the specified table.
int DeleteRow(int tableId, string rowKey)
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_ROW call.
DeleteRow(int, string[])
The ID of the table parameter.
int DeleteRow(int tableId, string[] rows)
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_ROW call.