jcmoraisjr / press-sdk

PressObjects SDK is MVP and OPF frameworks for desktop applications
Other
8 stars 3 forks source link

BulkRetrieve limitation #14

Open jcmoraisjr opened 11 years ago

jcmoraisjr commented 11 years ago

Converted from SourceForge issue 2359690, submitted by jcmoraisjr

BulkRetrieve doesn't retrieve unloaded attributes (lazy loading) of proxies with an instance. Eg:

Session.BulkRetrieve(ProxyList, 0, Count, 'attr')

instances are skipped, because of that it doesn't retrieve the 'attr' field of instantiated objects.