G
Gary
I have a DataSet where two tables have a relation (the
parent / child relationship is also successfully added to
the DataSet Relations collection). I am looking for a
way to programmatically construct something analogous to
a database view where the record (or row) would show
table1.Field1, table1.field2, table2.Field2, etc.
I tried using a DataView object, but this appears to
allow only filtering and sorting.
Does anyone know how to crate such a view from DataSet
tables and relations?
Gary
parent / child relationship is also successfully added to
the DataSet Relations collection). I am looking for a
way to programmatically construct something analogous to
a database view where the record (or row) would show
table1.Field1, table1.field2, table2.Field2, etc.
I tried using a DataView object, but this appears to
allow only filtering and sorting.
Does anyone know how to crate such a view from DataSet
tables and relations?
Gary