Hi,
I would like to know if there is support available or planned so that I can get a MsSql2008 layer to perform a join between two tables when it loads it's Features?
The use case for this is that I have one database table with the geometry and identifier in it, and another table with the matching identifiers and metadata.
I would like the columns from both tables to appear in the FeatureSource.FeatureSourceColumns collection and be available in each Feature.
I have spotted JoiningDataSource in the API but I guess this is experimental at the moment.
Kind regards,
Kris