Click or drag to resize

TableDelete Method (Record)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Deletes one or more records from the table.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Delete(
	params Record[] records
)

Parameters

records
Type: Telogis.GeoBase.TransactionalRecord
The records to delete.
Exceptions
ExceptionCondition
OperationOutsideTransactionExceptionThrown if this operation is attempted outside a transaction.
InvalidOperationExceptionThrown if an ID cannot be located for a record.
See Also