 | CDUScanDAO Method |
Scans an external DAO database and generates a default template.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ScanDAO(
string file,
string type,
string table,
string templ
)
public static void ScanDAO(
string file,
string type,
string table,
string templ
)
Public Shared Sub ScanDAO (
file As String,
type As String,
table As String,
templ As String
)
Public Shared Sub ScanDAO (
file As String,
type As String,
table As String,
templ As String
)
public:
static void ScanDAO(
String^ file,
String^ type,
String^ table,
String^ templ
)
public:
static void ScanDAO(
String^ file,
String^ type,
String^ table,
String^ templ
)
static member ScanDAO :
file : string *
type : string *
table : string *
templ : string -> unit
static member ScanDAO :
file : string *
type : string *
table : string *
templ : string -> unit
Parameters
- file
- Type: SystemString
Database file name - type
- Type: SystemString
Database Type - table
- Type: SystemString
Database Table Name - templ
- Type: SystemString
Template file name to Create
RemarksAll the channels are listed
See Also