I want to do all my mappings using the fluent API and I don't want any properties that I miss (they may be properties that aren't persisted for example) to be mapping using the default rules. Is there any way to turn off auto mapping globally?
Asked
Active
Viewed 96 times
0
-
Possible duplicate of [How to disable automapping of properties in Entity Framework](https://stackoverflow.com/questions/13607591/how-to-disable-automapping-of-properties-in-entity-framework) – Pablo Recalde Jul 26 '17 at 12:42
-
Please take a look at @baHl response here https://stackoverflow.com/a/42653822/1927444 – Pablo Recalde Jul 26 '17 at 12:44
-
@r1verside - thanks for that, so it looks like I need to ignore each property individually – Shane Jul 28 '17 at 02:53