I have a relationship between a Supplier and a Features collection. A Supplier HasMany Features. If the Supplier is updated, I need the Features collection to be updated when a Supplier is updated because the Supplier is [IndexEmbedded] in the Feature class.
I cannot however place the [ContainedIn] attribute on the Features collection because not all features belong to a Supplier. Any ideas please?
