GM_DBUtilDBSelectTable Method |
Displays a dialog that allows the user to select one or more tables to load.
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBSelectTable(
out IntPtr aTableList,
string aConnectionStr
)
Public Shared Function DBSelectTable (
<OutAttribute> ByRef aTableList As IntPtr,
aConnectionStr As String
) As GM_Error_t32
public:
static GM_Error_t32 DBSelectTable(
[OutAttribute] 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_t32A GM Error Code
See Also