Generic string based HasForeignKey #1172
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
We should have an overload of HasForeignKey like:
HasForeignKey<TDependent>(string)
This allows you to identify the dependent in one-to-one relationships, but still specify a property that is in shadow state.
The text was updated successfully, but these errors were encountered: