Gets a collection of the spatially enabled tables stored within the GeodatabaseFolder.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ReadOnlyCollection<Table> GetTables()
Visual Basic (Declaration)
Public Function GetTables As ReadOnlyCollection(Of Table)

Return Value

A ReadOnlyCollection object consisting of Table objects each of which represents a spatially enabled Table in the Geodatabase.

See Also