ListChildNames

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

Syntax

public string[] ListChildrenNames(DataRow parentRow)

Parameters

None.

Results

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

Example

string[] childNames = dataTable.ListChildrenNames( parentRow);