Feature Service GetTables method

Gets either all layers and tables or just the tables in the service.

 

GetTables(bool IgnoreLayers, ServerSymbolOutputOptions SymbolOutputOptions)

 

Parameter

Description

IgnoreLayers

If true, layers are not included. If false, layers are included.

SymbolOutputOptions

Describes the tables or layers and/or types of interest in the service.

 

Return Value

 

An array of DataObjectTable objects (DataObjectTable[]).

 

Remarks

 

If IgnoreLayers is True, this method returns an array of DataObjectTable objects describing the non-spatial data provided by the service. If IgnoreLayers is false, this method returns an array of DataObjectTable objects describing all data (spatial and non-spatial) provided by the service.