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

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -