ThinkGeo.com    |     Documentation    |     Premium Support

MsSql2008FeatureLayer multi table join

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



Hi Kris, 
  
 Thanks for your post, right now you could write your own sql statement to fulfill the join functionality like this: 
  
 MsSql2008FeatureLayer.FeatureSource.ExecuteQuery(sqlStatement) 
  
 Hope it helps 
  
 Johnny 


Hi Johnny, 
  
 Thanks for the reply. 
  
 I will give that a try. 
  
 Kris

No Problem. Any problems please let me know. 
  
 Thanks, 
 Johnny