I am hoping to use the database schema that I've defined in my applications
XSD file (named 'Repository') to simplfy my data-access strategy. One of
the (many) challenges is to include data from multiple tables in a GridView.
My approach thus far as has been to include the table join in the
TableAdapter. It seems a bit redundant, considering, that the tables and
joins are defined in the XSD file. Moreover, they doesn't seem to be a
clean way to use mulitple tables with binding to a GridView.
I've read about the DataViewManager class, that might help me, but can't
seem to get it to reference the XSD file.
If any can share their insights in would appreciate it.
Craig Buchanan
|