You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EF Core 2.1 introduces lazy loading. To use in its easiest configuration requires the collections / properties to be virtual. Am i right in saying this is not currently configurable, or is it something that needs to be done in Handlebars? If it is through handlebars, is it better treated as an option in the main program - this will be a pretty common use case.
EF Core 2.1 introduces lazy loading. To use in its easiest configuration requires the collections / properties to be virtual. Am i right in saying this is not currently configurable, or is it something that needs to be done in Handlebars? If it is through handlebars, is it better treated as an option in the main program - this will be a pretty common use case.
https://docs.microsoft.com/en-au/ef/core/querying/related-data#lazy-loading
The text was updated successfully, but these errors were encountered: