Click or drag to resize

TableAddField Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Adds a new column to this table.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void AddField(
	string colname,
	DataType dataType
)

Parameters

colname
Type: SystemString
The name of the column to add. This name is converted to lowercase.
dataType
Type: Telogis.GeoBase.TransactionalDataType
The DataType to use for this column.
See Also