I have a parent-child relation. I need to show it in a datagrid, but I must filter the parent rows.
I have a typed dataset, with the two tables and a relaction between them. I must fill that dataset, but I can only import the filtered parent rows (the parent tables has about 100.000 records and each has 20 to 30 child records).
Is there a way of filling the child table with only the parent table records I imported from the database?
NetAngel
I have a typed dataset, with the two tables and a relaction between them. I must fill that dataset, but I can only import the filtered parent rows (the parent tables has about 100.000 records and each has 20 to 30 child records).
Is there a way of filling the child table with only the parent table records I imported from the database?
NetAngel