Error using case-mismatched mapped properties in many to many relationship #23516
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
I have a many to many table configured in my code as:
When I try to access the property, it tells me
LogBookID
is not found, which is correct because in the DB the column name isLogBookId
(notice the caps). Same for theSystemUserID
andSystemUserId
. How can I tell EF Core the name of the columns?The text was updated successfully, but these errors were encountered: