Data Access Layer and GridView for foreign key values
Posted: Wed Jun 03, 2009 7:50 am
Is there a standard way to display foreign key values in a Gridview using generated data access classes? I want to be able to sort on the displayed value (a field in the foreign key table), not the foreign key itself.
Do I just change the LoadForWhatever routines to include the foreign key columns or do I need to change the class's underlying column names?
Thanks.
Do I just change the LoadForWhatever routines to include the foreign key columns or do I need to change the class's underlying column names?
Thanks.