How to customize the table names which are used with a EDMX (Model First) Entity Framework 4.1?

It should be possible to annotate your class "Organization" like below to tell EF which table to use: Table("Organizations") public class Organization {...}.

Since I am using a model first approach and the code is actually autogenerated, I don't this would apply. – KiD0M4N Sep 20 at 22:35.

It should be possible to annotate your class "Organization" like below to tell EF which table to use.

You'll need to add a reference to the EntityFramework assembly, which is installed with the Entity Framework Feature CTP. In Listing 1 you can take a look at the model that I'm using here. Listing 1 shows a simple model that includes companies and their associated employees.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions