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
I see there are some properties in model are marked with virtual. Normally when using entity framework 6, we will mark properties virtual for lazy loading. But here is EF Core.
I wonder if you could share me the reason for marking virtual here?
The text was updated successfully, but these errors were encountered:
I see there are some properties in model are marked with virtual. Normally when using entity framework 6, we will mark properties virtual for lazy loading. But here is EF Core.
I wonder if you could share me the reason for marking virtual here?
The text was updated successfully, but these errors were encountered: