Set the list of child tables.


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

Syntax

Visual Basic (Declaration)
Public Sub setChildTables( _ 
   ByVal child_tables As String() _ 
)
C#
public void setChildTables(
   string[] child_tables
)
C++
public:
 void setChildTables(
   array<String>^ child_tables
) sealed 
J#
public void setChildTables(
   string[] child_tables
)
JScript
public  function setChildTables(
   child_tables : String[]
)

Parameters

child_tables
names of all child tables to be included in a returned compound record. All tables listed must be children of the main table for this cursor but validation is not performed until a scan is started. This may be null, in which case all child tables of table_name are used in a compound record scan.

See Also