I am working on an Entity Framework / WPF project which has hundreds of tables in the database. Many of the tables include a field named IsChanged. I am using a model base class and PropertyChanged.Fody to handle the injection of INotifyPropertyChanged for all the models.
Will the Fody / EF naming conflict for IsChanged cause any issues, and if it will, is there a way to instruct Fody to use a differently named property for the same purpose?