Click or drag to resize

TableQueryAll Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Fetch all of the records in the table.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public IEnumerable<Record> QueryAll()

Return Value

Type: IEnumerableRecord
An enumeration of all the records in the table.
Exceptions
ExceptionCondition
OperationOutsideTransactionExceptionThrown if this operation is attempted outside a transaction.
See Also