So, we have many models with EntitySet<t> fields, and by default they all have associations like
and it seems to me, thats the proper default type for all Many-to-One fields. I've seen none examples in real world when I needed Deny action on remove from EntitySet. Moreover, it makes me type more unneeded stuff in my code. Is it possible to make OnTargetRemove = OnRemoveAction.Clear to be the default action for this types of fields? |