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
Companion feature to Model-level Entity Filters. (#7413 and #7450). Allow use of navigation properties in query at the model level with "many-to-many" relationship.
Companion feature to Model-level Entity Filters. (#7413 and #7450). Allow use of navigation properties in query at the model level with "many-to-many" relationship.
builder.HasQueryFilter(c => !c.IsDeleted && c.User.Any(u => u.Id == MyDbContext.UserId))
The text was updated successfully, but these errors were encountered: