IndexColumn Constructor | |
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
)
Public Sub New (
colname As String
)
Parameters
- colname
- Type: SystemString
The name of the column. This is not case-sensitive.
See Also