Click or drag to resize

GM_DBUtilDBSelectExportTable Method

Displays a dialog that allows the user to select a table to export data.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 DBSelectExportTable(
	out string aTable,
	uint aBufferLength,
	out bool aTableExists,
	string aConnectionStr
)

Parameters

aTable
Type: SystemString
OUT: Buffer for storing table name
aBufferLength
Type: SystemUInt32
IN: The length of the table name buffer
aTableExists
Type: SystemBoolean
OUT: Indicates whether or not the selected table exists
aConnectionStr
Type: SystemString
IN: Connection parameter string or database file name

Return Value

Type: GM_Error_t32
A GM Error Code
See Also