EDm->LINQ->WCF data services?
-
Hi all..i have a created a wcf data service using entity data model on oracle db. I have to customized my data for the data services a lot..and have already created LNQ for the same. Is it possible to use this Linq query for displaying the data in to data services itself? thanks Vandana
-
Hi all..i have a created a wcf data service using entity data model on oracle db. I have to customized my data for the data services a lot..and have already created LNQ for the same. Is it possible to use this Linq query for displaying the data in to data services itself? thanks Vandana
vkap wrote:
displaying the data in to data services
This is contradictory, a service does not display, that is a UI job, not a service job. You can use the WcFTestClient to log on to the service and execute the methods you have exposed to get the results!
Never underestimate the power of human stupidity RAH