GM_DBUtil . DBGetTableList Method
Gets a list of the tables in the specified spatial database

Namespace:GlobalMapper.Database
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    DBGetTableList
                                    (
                                    out
                                    IntPtr
                                    aTableList
                                    ,
                                    string
                                    aConnectionInfo
)
                                

Parameters

aTableList
Type:  System . IntPtr
OUT: Table list handle
aConnectionInfo
Type:  System . String
IN: Connection string or database file name

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also