Click or drag to resize

CustomColumnType Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A string describing the data type of the column.

A data type identifier, one of: String, DateTime, Bool, Int, Float, Double. All identifier strings are case-sensitive.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string Type

Field Value

Type: String
Examples
C#
CustomColumn myColumn = new CustomColumn();
myColumn.Type = "Bool"; // case-sensitive!
See Also