DataType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the type of data stored in a column.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration DataType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown
|
| String | 1 |
String value
|
| Time | 2 |
Time
|
| Integer | 3 |
Integer value
|
| Polygon | 4 |
Polygon
|
| LatLon | 5 |
Latitude/Longitude coordinates
|
| Text | 6 |
Forces the value to be text, rather than attempt
to store as an integer like String does.
|
See Also