GM_DBUtilDBSelectExportTable Method |
Displays a dialog that allows the user to select a table to export data.
Namespace:
GlobalMapper.Database
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 DBSelectExportTable(
out string aTable,
uint aBufferLength,
out bool aTableExists,
string aConnectionStr
)
Public Shared Function DBSelectExportTable (
<OutAttribute> ByRef aTable As String,
aBufferLength As UInteger,
<OutAttribute> ByRef aTableExists As Boolean,
aConnectionStr As String
) As GM_Error_t32
public:
static GM_Error_t32 DBSelectExportTable(
[OutAttribute] String^% aTable,
unsigned int aBufferLength,
[OutAttribute] 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_t32A GM Error Code
See Also