codefluent prevent get for property
See the question and my original answer on StackOverflowYou want to set the IsModel
property to false on the entity property "Products". It means "model" layer producers (as opposed to "persistence" layer producers) should not declare this property. Note this is only partially supported, as it can have side effects on other producers, so make sure it works well in your context.