Select to view content in your preferred language

Open standalone table from map service

3883
10
06-05-2018 08:08 AM
by Anonymous User
Not applicable

To access a map service table as a standalone table it seems I have to specify a table container (map) in order to create an instance of the table e.g. StandaloneTableFactory.Instance.CreateStandaloneTable(url, map)

Is there a way I can get an instance of the map service table to query it without adding it to a map? This table is hosted in an ArcGIS Server Map Service.  I want to avoid using the ArcGIS Rest Query endpoint directly.

For example in the Pro SDK I can open a geodatabase table using  gdb.OpenDatase<Table>(name)

Basically I want to query some tables using .Search() which works fine, but I don't want them in the map.

Cheers

0 Kudos
10 Replies
EdwardBlair
Frequent Contributor

This is very helpful, Rich.   Thanks!

0 Kudos