With EF and WCF Ria Service, domaincontext object provides following generaic method to load entity colloection:
DomainContext.Load<T>
Here T must be type of Entity, not allow primitive type like bool, Boolean,...
If I have SP function call return scarlars result, what't generic method to call those function at client side?