linq - How to implement a Query with IQueryable in SilverLight -
I have two table customers, pay and apply a gridview to silver light with the result of these two tables. The query is as follows:
SELECT Pa.Tipo_Pagare, Pa.Pagare, Pa.Rut, Cli.Nombre FROM Cred_Crexsa.dbo.Pagare AS Pa Inner Cred_Crexsa.dbo.Clientes AS Cli Join ON Pa. Root = Cli.ru where (p. Nalo <> <> and (Pa.Extraviado <>
Thanks a lot Leonardo Moreno Flores
There is no DB library in Silverlight, you must write a webservice or query your web server by selecting your ORM Rebuild (many of them now prefer you, support the LINQ feature) or you call a stored procedure posted on SQL Land.
Comments
Post a Comment