The DataRelationInfo class provides all necessary information about parent-child-relations between data tables.

Syntax

public class DataRelationInfo
Public Class DataRelationInfo

Introduced: X14.

Properties

Property Description
ChildColumnName Gets the name of the child column which is part of this data relation.
ChildTableName Gets the name of the child table which is part of this data relation.
ParentColumnName Gets the name of the parent column which is part of this data relation.
ParentTableName Gets the name of the parent table which is part of this data relation.
RelationName Gets the data relation name if one was defined.