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
When a shadow FK property is created or two properties are mapped to the same column (like the concurrency token in table-sharing) the facets need to match. This includes, but is not limited to: store type, value converter, value comparer, nullability, etc.
To make this relationship more robust we can introduce a way of configuring a property to take its defaults facets from a different property.
The text was updated successfully, but these errors were encountered:
When a shadow FK property is created or two properties are mapped to the same column (like the concurrency token in table-sharing) the facets need to match. This includes, but is not limited to: store type, value converter, value comparer, nullability, etc.
To make this relationship more robust we can introduce a way of configuring a property to take its defaults facets from a different property.
The text was updated successfully, but these errors were encountered: