Browse by Tags
All Tags » LINQ » Master Detail (RSS)
-
I have a linq to sql dbml file with a tblEquipment table and a tblEquipmentLog table with a one-to-many relationship. I want to drill down to see the equipmentlog for each piece of equipment.
As in the linq to sql example i query the databse like this:
public rglEquipmentDataContext db = new ...
-
Hi
I've got a Master Detail grid bound to a BindingList of objects returned from Linq. I've got almost everything working. I can add items to the Master level, I can edit items in the master level etc. This was not easy. I had to override a bunch of classes to get this to work the way I wanted it to work.
To get the details view, I've ...
|
|
|
|