Click or drag to resize

GM_DBUtilDBGetTableList Method

Gets a list of the tables in the specified spatial database

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 DBGetTableList(
	out IntPtr aTableList,
	string aConnectionInfo
)

Parameters

aTableList
Type: SystemIntPtr
OUT: Table list handle
aConnectionInfo
Type: SystemString
IN: Connection string or database file name

Return Value

Type: GM_Error_t32
A GM Error Code
See Also