Click or drag to resize

TableQuery Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
TableQuery is used to extract feature data from a custom table.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.RepositoriesTableQuery

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class TableQuery

The TableQuery type exposes the following members.

Properties
  NameDescription
Public propertyFeatureTypeMask
A bitmap indicating the types of features to be extracted.
Public propertyTableName
The name of the table that contains the data to extract.
Public propertyWantLines
True if line features should be extracted, false otherwise.
Public propertyWantPoints
True if point features should be extracted, false otherwise.
Public propertyWantPolygons
True if polygon features should be extracted, false otherwise.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
TableQuery is for internal use.
See Also