 | CDUScanADO Method |
Scans an external ADO database and generates a default template.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ScanADO(
CGXNETCore gxNetShared,
string connect,
string table,
string templ
)
public static void ScanADO(
CGXNETCore gxNetShared,
string connect,
string table,
string templ
)
Public Shared Sub ScanADO (
gxNetShared As CGXNETCore,
connect As String,
table As String,
templ As String
)
Public Shared Sub ScanADO (
gxNetShared As CGXNETCore,
connect As String,
table As String,
templ As String
)
public:
static void ScanADO(
CGXNETCore^ gxNetShared,
String^ connect,
String^ table,
String^ templ
)
public:
static void ScanADO(
CGXNETCore^ gxNetShared,
String^ connect,
String^ table,
String^ templ
)
static member ScanADO :
gxNetShared : CGXNETCore *
connect : string *
table : string *
templ : string -> unit
static member ScanADO :
gxNetShared : CGXNETCore *
connect : string *
table : string *
templ : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - connect
- Type: SystemString
Database connection string - table
- Type: SystemString
Database Table Name - templ
- Type: SystemString
Template file name to Create
RemarksAll the channels are listed
See Also