Click or drag to resize

TableUpdate Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Update an existing record in the table

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Update(
	Record record
)

Parameters

record
Type: Telogis.GeoBase.TransactionalRecord
The record to update.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the record has not been inserted before attempting to update.
Remarks
This method must be called after the TransactionalRepository has been instructed to start a transaction by calling BeginTransaction.
See Also