Posted
on Feb 22, 2011
(permalink)
Hi,
I have a simple MSSQL database with 2 tables that I've exposed via a WCF Data Service using the DSW to create it. This works fine.
Now I've gone back to the database and created a SQL View. I've added it to the rlinq model and its generated a class to represent it fine. However, when I run DSW to re-create the WCF Data Service and expose the View, it doesn't appear in the list of available classes.
How can I make this work?
Thanks,
Neil.