Closed adamfoneil closed 4 years ago
I notice the SQL statement contains some unwanted columns:
This has to do with LoggedChangeTracker
not ignoring [NotMapped]
columns
An easy way to solve this would be to surface AO.Models.SqlBuilder.GetMappedProperties
so we can reliably exclude columns like this. See GetMappedProperties