Delete a single record from a table.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function recdelete( _ ByVal tblName As String, _ ByVal recKey As String _ ) As NetricsTableStats _ Implements INetricsServerInterface.recdelete |
| C# |
|---|
| public NetricsTableStats recdelete( string tblName, string recKey ) |
| C++ |
|---|
| public: NetricsTableStats recdelete( String tblName, String recKey ) sealed |
| J# |
|---|
| public NetricsTableStats recdelete( string tblName, string recKey ) |
| JScript |
|---|
| public
function recdelete( tblName : String, recKey : String ) : NetricsTableStats |
Parameters
- tblName
- The name of the table from which the record will be deleted
- recKey
- The record key of the record to be deleted
Return Value
The stats for the table after the record has been deleted
Implements
INetricsServerInterface.recdelete
Exceptions
| Exception Type | Condition |
|---|---|
| NetricsException | If the server indicates that an error has occured |