| ibi Patterns - Search 6.0.0 .NET API |
| NetricsServerInterface.recget Method (String, String) |
| See AlsoExample |
![]()
|
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 |
| 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
Exceptions
| Exception Type | Condition |
|---|---|
| NetricsException | If the server indicates that an error has occured |