lodata icon indicating copy to clipboard operation
lodata copied to clipboard

Added constraint support for CollectionEntitySet

Open mvanbeselaere opened this issue 1 year ago • 0 comments

This commit answers a specific requirement we had where we needed custom CollectionEntitySets to follow relationship constraints. Found out constraints where only working with SqlEntitySet, so I updated the code by altering the Transaction's filter with a manual constraint injection.

This is probably not the best way to implement it, but this could initiate a discussion on this feature here.

Have a good one!

mvanbeselaere avatar Sep 25 '24 18:09 mvanbeselaere