Hi Rob,
re the ForeignKeyTo column property. I've tried this on a few projects without success (even the ubiquitous nwind test on 'Orders'). Looking at the CustomerID column on the Orders nwind db shows a null value for the ForeignKeyTo property (unless i've misunderstood the objective of that property, i was expecting it to give me a Customers ITable back from that)
what am i doing wrong?? My reason for this question was that I was trying to negate a few errors that i had run into whilst running the same bit of code from your marvelous mvc example [Html.ControlFor] and was hoping to overcome the problem that you'd obviously encountered when trying to populate the dropdown with the list of values from the foreign key table. (i.e. //TODO: I'm fully aware of the mess this is :) and I need to fix it)
phew, hopefully you get my drift!! :)
jimi
btw - using version 3.0.0.3 of SubSonic.Core