Create a data-relation from parent and child ProDataObjectMetaData
- Last Updated: July 22, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The following constructor creates a ProDataRelationMetaData object
with the specified ProDataObjectMetaData objects.
After creating a ProDataRelationMetaData object
using this constructor, use the object's setColumns() methods
to set the key fields for the parent and child table relationships.
Syntax
|
- name
- Specifies the name of the
ProDataRelationMetaDataobject. - parent
- Specifies the parent
ProDataObjecttype. - child
- Specifies the child
ProDataObjecttype.
For more information, see setColumns( ).