Click or drag to resize

DataType Enumeration

Verizon Connect Logo
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 enum DataType
Members
  Member nameValueDescription
Unknown0 Unknown
String1 String value
Time2 Time
Integer3 Integer value
Polygon4 Polygon
LatLon5 Latitude/Longitude coordinates
Text6 Forces the value to be text, rather than attempt to store as an integer like String does.
See Also