GM_DBUtilDBGetTableList Method |
Gets a list of the tables in the specified spatial database
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBGetTableList(
out IntPtr aTableList,
string aConnectionInfo
)
Public Shared Function DBGetTableList (
<OutAttribute> ByRef aTableList As IntPtr,
aConnectionInfo As String
) As GM_Error_t32
public:
static GM_Error_t32 DBGetTableList(
[OutAttribute] 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_t32A GM Error Code
See Also