Partial EDMX Class
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a slight twist on the fairly typical full address question. I only store parts of the address in the DB and put the whole thing together on the fly. Obviously, normally I would just create a partial class in the model and add the full address field. Slam dunk. The problem is that I have a tt file which includes the auto-generated db objects. Every time I update the EDMX file it regenerates that class and wipes out the field. Thoughts? Cheers, --EA