Click or drag to resize

ADOFeature Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An ADO Feature contains the location and all the associated data for a feature from an ADO source.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.DataSourcesADOFeature

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ADOFeature : IPointFeature

The ADOFeature type exposes the following members.

Constructors
  NameDescription
Public methodADOFeature
Constructs a new instance of the ADOFeature class using the specified location and dictionary source.
Top
Properties
  NameDescription
Public propertyData
The values of each column for this row in the underlying data source.
Public propertyItem
Get the value of a column.
Public propertyLocation
The location of the feature.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToJSON
Represents the feature as a JSON object.
Public methodToString
Represents the feature as a string.
(Overrides ObjectToString.)
Top
See Also