Click or drag to resize

ADOFeatureItem Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the value of a column.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Object this[
	string column
] { get; }

Parameters

column
Type: SystemString
The column.

Return Value

Type: Object
The value in the specified column.
See Also