I specify the dataprovider in a subsonic Select as in the following example:
SubSonic.Select(Databases.BLLDB).From(Of Country)().ExecuteTypedList(Of Country)()
yet I get the error: Invalid column name 'BLLDB'
(it seems to be treating the dataprovider as a column string).
Is this the correct syntax for specifying the dataprovider?
Thanks