Get an unmodifiable list of child table names used.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getChildTables() As IList(Of String) |
C# |
---|
public IList<string> getChildTables() |
C++ |
---|
public: IList<string> getChildTables() sealed |
J# |
---|
public IList<string> getChildTables() |
JScript |
---|
public function getChildTables() : IList<string> |
Return Value
The list of child table names.
Remarks
This list represents all possible child tables. Any particular compound record returned may not contain child records for all of these tables.