Create a data-relation from parent and child ProDataObjectMetaData
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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( ).