connection-string-builder

Entity Framework v4 Code-Only Connection String

I have recently begun to use the EF v4 Code Only library for some projects I am working on. However, I have run into a bit of a snag. I can't seem to figure out the proper format for the connection string. I have used the following code to build the connection string: string connectionString = new EntityConnectionStringBuilder { Pro...