Entityframework.docs: Is case with 2+ splitted entities supported?

Created on 14 Jan 2020  Â·  3Comments  Â·  Source: dotnet/EntityFramework.Docs

Does EF support table splitting with multiple 1-to-1 properties, e.g.

public class Customer {
    // ...
    public Address HomeAddress { get; set; } 
    public Address OfficeAddress { get; set; } 
}

Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

closed-question

All 3 comments

@norvegec Yes.

Could you please point me to an example? I've been struggled to find a correct fluent/attributive setup in such case.
P.S. Navigation properties are of the same type.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaxidian picture jaxidian  Â·  4Comments

ajcvickers picture ajcvickers  Â·  4Comments

MCcoder52 picture MCcoder52  Â·  3Comments

mjehle82 picture mjehle82  Â·  3Comments

qidydl picture qidydl  Â·  4Comments