ListChildNames

Retrieves all of the names of the named parent/child relationships.

Syntax

public Set listChildNames()

Parameters

None.

Results

Returns the set of the names of the named parent/child relationships.

Example

Set childNames = row.listChildNames();