The name of the table from which the record came - is useful only for multi-table searches.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getSrcTblName() As String
C#
public string getSrcTblName()
C++
public:
 String getSrcTblName() sealed 
J#
public string getSrcTblName()
JScript
public  function getSrcTblName() : String

See Also