-
Notifications
You must be signed in to change notification settings - Fork 934
Add support for fetching an individual lazy property with Criteria #2097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for fetching an individual lazy property with Criteria #2097
Conversation
What about changing name of the new value to |
The commit with proposed changes is here: 6f38e03. |
|
Follow up to #1922
To avoid accidental misuse with
SelectMode.FetchLazyProperties
new enum is calledSelectMode.FetchLazyPropertyGroup
(and notSelectMode.FetchLazyProperty
)Example of usage:
Fixes #1861