Generate Proxy Classes without 1:N relationships or allow their pre-filtering before retrieval
I would like an option to generate Proxy Classes without 1:N messages such as Getprefixentity1entity2() as these consume a lot of space, especially on Proxies like SystemUser (ca. 5029 KB vs 184 KB after manual removal) and are barely used. Even if use for them could occure, we still don’t use them, as they retrieve all the related records, where we usually just limit ourselves to active ones or even more specific filtering is required. Maybe re-doing them to have an optional FilterExpression parameter where the user can provide additional conditions would be helpful?
1
vote