by athought >> Wed, 22 Sep 2004 5:45:03 GMT
Hello all
Can a superschema class have an inverse relationship with a subschema class or dictionary?
example:
Schema A has subSchema B.
Schema A has class "Animal", subSchema B has class "Mineral"
Can "Animal" have an inverse relationship called "allMinerals" of type ""Mineral" (with "Mineral" having "allAnimals" of type "Animal")?
Can "Animal" have a reference to a MKD of subSchema B, say "MineralsByName"?
Cheers People