- Implementation of Data Annotations for designer like Code First. (Just don't want to create a partial class and then typing all the properties again)
-
Support Enum Type sharing across edmx. (E.g: I have two edmx files, some of the tables may have the same Enum fields)
Thanks