I want to get table name from MultipleFeatureSource.
my solution :
1. add MSSQL2008Featuresource(tablename : school,hospital,minimart ) to MultipleFeatureSource.
2. I use buffer for get feature. (I use MultipleFeatureSource.SpatialQuery )
3.I save feature to Collection<feature>.</feature>
4. I can get all attributes and column name of features but I can't get table name. I try to find it but not found.
How I know a feature is in what table?
Help me please.
Thank you.