Exception | Description |
---|---|
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
A composite relationship class is one where the origin table controls the lifetime of the destination table. This means that when the origin row is deleted the related destination row is also deleted.
A simple relationship is one where the relationships are considered to be peer to peer, that is, they are completely independent of each other. Simple relationships can be of any cardinality.
Composite relationship are not supported for RelationshipCardinality.ManyToMany and are natively RelationshipCardinality.OneToMany.
Only one composite relationship can be defined for a given destination table.
Target Platforms: Windows 11, Windows 10