You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.Integration.Test/Model53_TableSplitting
bubibubi 9a0d5df0b8 First compile commit 8 years ago
..
Context.cs First compile commit 8 years ago
JetTest.cs First compile commit 8 years ago
Model.cs First compile commit 8 years ago
Test.cs First compile commit 8 years ago
readme.txt First compile commit 8 years ago

readme.txt

This is a solution for "Complex type cannot contain navigation properties"
https://msdn.microsoft.com/en-us/library/bb738472.aspx
http://stackoverflow.com/questions/42403179/how-do-i-have-class-properties-with-navigational-props-as-entity-properties-c

With this model, also removing the navigation property from Address to Person (with complex type you don't have this feature), you need to have an Address class for each entity that use it (for example one for Person like in this case, one for Customer and so on).