TableCollectionItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a
Table object from this collection specified by name.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Table this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Table
Get
Parameters
- name
- Type: SystemString
The name of the Table to return.
Case is not important.
Return Value
Type:
TableThe named
Table.
Examples
Table myWarehouses = myTransactionalRepository.Tables["Warehouses"];
See Also