Since partial classes have to be in the same namespace is my only option to place them in the same directy as my .edmx? If this is the case I am assuming the file name always has to be different.
Also, is there anything additional that I have to do or do I just create another partial class with the same name in the same directory and add properties/methods to it?