Calling a SQL User Defined Function (UDF) from Silverlight using ADO.Net Data Services

2. January 2009
I have been working on porting an existing Client/Server application to Silverlight where most of the data access is done via User Defined Functions (UDFs). I started using ADO.Net Data Services with Linq to SQL but soon found out that UDFs are not exposed by ADO.Net Data Services. In this particula... [More]

, ,