It seems like the expectation is that the source class could be used by EF and the facet object only used as a "DTO". I'm currently exploring the opposite pattern where the facet object is the data model and the source class is the "DTO". It would be nice if the GenerateToSource flag could also add a ReverseProjection-like member that could be used.
It seems like the expectation is that the source class could be used by EF and the facet object only used as a "DTO". I'm currently exploring the opposite pattern where the facet object is the data model and the source class is the "DTO". It would be nice if the
GenerateToSourceflag could also add aReverseProjection-like member that could be used.