Click or drag to resize

GM_DBUtilDBSelectTable Method

Displays a dialog that allows the user to select one or more tables to load.

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

Parameters

aTableList
Type: SystemIntPtr
OUT: Handle for list of selected table names
aConnectionStr
Type: SystemString
IN: Connection parameter string or database file name

Return Value

Type: GM_Error_t32
A GM Error Code
See Also