We are investigating the use of multiple entity managers in our Silverlight application.
My question is if I want to create a new entity, how do I specify which entity manager to add it to when I call "AddToManager()"?
The EntityAspect.EntityManager property is readonly.