Using ASP.NET 4, and Entity framework 4.3.1 via ObjectContext.
Anytime I update/refresh the model from the database any property attributes set i.e. [AllowHtml]
over a property in one or more entity class will disappear since the procedure completely rebuilds all the classes for the entity model it seems.
Also when trying to add simple scalar property through the designer the table mappings are not auto created and I can't create them, leaving me the only option of first adding this property to the underlying database and then running the update/refresh model wizard. Is it possible to add the table mappings ? If not why is this function even included in the designer.