Click or drag to resize

QueryType Enumeration

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration representing various conditions to query data by.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public enum QueryType
Members
  Member nameValueDescription
GREATER0 Greater than.
LESS1 Less than.
EQUALS2 Equal to.
CONTAINS3 Contains.
See Also