TableQueryAll Method | |
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()
Public Function QueryAll As IEnumerable(Of Record)
Return Value
Type:
IEnumerableRecordAn enumeration of all the records in the table.
Exceptions See Also