QueryType Enumeration | |
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 Enumeration QueryType
Members
| Member name | Value | Description |
---|
| GREATER | 0 |
Greater than.
|
| LESS | 1 |
Less than.
|
| EQUALS | 2 |
Equal to.
|
| CONTAINS | 3 |
Contains.
|
See Also