| GM_DBUtil . DBSelectExportTable Method |
Displays a dialog that allows the user to select a table to export data.
Namespace:GlobalMapper.Database
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
static
GM_Error_t32
DBSelectExportTable
(
out
string
aTable
,
uint
aBufferLength
,
out
bool
aTableExists
,
string
aConnectionStr
)
Parameters
- aTable
-
Type:
System
.
String
OUT: Buffer for storing table name - aBufferLength
-
Type:
System
.
UInt32
IN: The length of the table name buffer - aTableExists
-
Type:
System
.
Boolean
OUT: Indicates whether or not the selected table exists - aConnectionStr
-
Type:
System
.
String
IN: Connection parameter string or database file name
Return Value
Type: GM_Error_t32A GM Error Code