ThinkGeo.com    |     Documentation    |     Premium Support

V12 where is 'class GeoDataTable'

Ok…where did the ‘class GeoDataTable’ go to in v12?

Thanks.

Thanks Ernest,
We don’t support GeoDataTable anymore. The reason is the same as this one.

GetGeoDataTable will use SqlQuery. Because in mapsuite 12 we support both .Net core and .Net Framework. But the .Net core won’t support the oledb(in V10 we use this one to query the dbf file).

So you may need use shapeFileFeatureLayer.FeatureSource.GetAllFeatures(ReturningColumnsType.AllColumns) to get all data.

Thanks

Frank