Allow LoadSelect to selectively load references
Akin to the EF "Include" method, enhance OrmLite's LoadSelect method to take an optional string array of references to load. For performance reasons, I don't always want to load all references to an object, particularly if its a central object like Account or User. As a coding efficiency measure, it'd be great to pass in a list of only the reference objects or properties that are relevant to the code snippet.
10
votes

This change is available from v4.0.37+ that’s now available on MyGet:
-
Johann Klemmack commented
Resolved in this pull request: https://github.com/ServiceStack/ServiceStack.OrmLite/pull/432