LINQ in Action roller

Query from a Query

Hi! I use the Linq-to-Sql designer so to model 3 tables and 6 stored procedures and i use one of these to fetch some Customer data (the usual stuff like CustomerName, Address, Country etc). I use it like this: TestDataContext test = new TestDataContext(); var mclients = test.MasterClients_fetch(0); and then i assign the mclients to the DataSource property of a DataGrid and it works well, my Customer data are displayed on the DataGrid. But when i try to do a further select in mclients, then the DataGrid Read More...
Published Friday, June 27, 2008 1:20 AM by MSDN Forums: LINQ Project General
Anonymous comments are disabled

Featured Item

This Blog

Sponsoring

Syndication