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
The idea here is to allow the model metadata to indicate that a principal cannot exist without the dependent also existing. We can't generally enforce this in EF Core, but assuming that the data in the database conforms to the model, we can generate more optimized SQL for queries.
The text was updated successfully, but these errors were encountered:
See #24955 and #12100.
The idea here is to allow the model metadata to indicate that a principal cannot exist without the dependent also existing. We can't generally enforce this in EF Core, but assuming that the data in the database conforms to the model, we can generate more optimized SQL for queries.
The text was updated successfully, but these errors were encountered: