Connection Strings for Entity Framework
I want to share same Database information across multiple entities in Silverlight.. but I want the connection string to be named xyz and have everyone access that connection string from machine.config... The meta data part of the entities will be different since I didn't name the entities the same.. Can I put multiple entities in that metadata section? Here is an example.. I want to use this connection string but note that i put multiple entities in the metadata section.. Basically I want to take this Connection String <add name="XYZ" connectionString="metadata=res://*/ModEntity.csdl|res://*