Click or drag to resize

Record Methods

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

The Record type exposes the following members.

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 methodGetInteger
Gets the integer value for the specified column in this record.
Public methodGetLatLon
Gets the location value for the specified column in this record.
Public methodGetPolygon
Gets the polygon value for the specified column in this record.
Public methodGetString
Gets the string value for the specified column in this record.
Public methodGetTime
Gets the time value for the specified column in this record.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet(String, DateTime)
Gets the time value for the specified column in this record.
Public methodSet(String, Int64)
Sets the integer value for the specified column in this record.
Public methodSet(String, String)
Sets the String value for the specified column in this record.
Public methodSet(String, Polygon)
Sets the polygon value for the specified column in this record.
Public methodSet(String, LatLon)
Sets the location value for the specified column in this record.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also