TableAddField Method | |
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
)
Public Sub AddField (
colname As String,
dataType As 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