Click or drag to resize

RecordSet Method (String, Int64)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the integer value for the specified column in this record.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Set(
	string column,
	long value
)

Parameters

column
Type: SystemString
The name of the column. Case is not important.
value
Type: SystemInt64
The value to set this column to as a Int64.
See Also