Get a single record from a table.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function recget( _ ByVal tblName As String, _ ByVal recKey As String _ ) As NetricsRecord _ Implements INetricsServerInterface.recget |
| C# |
|---|
| public NetricsRecord recget( string tblName, string recKey ) |
| C++ |
|---|
| public: NetricsRecord recget( String tblName, String recKey ) sealed |
| J# |
|---|
| public NetricsRecord recget( string tblName, string recKey ) |
| JScript |
|---|
| public
function recget( tblName : String, recKey : String ) : NetricsRecord |
Parameters
- tblName
- The name of the table to get the record from
- recKey
- The record key of the record
Implements
INetricsServerInterface.recget
Exceptions
| Exception Type | Condition |
|---|---|
| NetricsException | If the server indicates that an error has occured |