Click or drag to resize

TableDelete Method (IEnumerableRecord)

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(
	IEnumerable<Record> records
)

Parameters

records
Type: System.Collections.GenericIEnumerableRecord
The records to delete.
See Also