Click or drag to resize

IndexColumn Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new IndexColumn on the given column.

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

Parameters

colname
Type: SystemString
The name of the column. This is not case-sensitive.
See Also