I created a Silverlight WCF RIA enabled application and added a model and a LinqToEntitiesDomainService to the web project.
I want to expose all (or some) of the entities in my model, even tho there is no Select queries available for it in my model.
Is there such a way?
RIA generates entities based on the following rules. Entities are visible if:
Entities in that latter category may not get EntitySets generated for them in the DomainContext, but should still be generated on the client.