 | CDUDAOTableNames Method |
Scans a DAO-compliant database and returns the table names in a VV
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void DAOTableNames(
string file,
string type,
CVV vv
)
public static void DAOTableNames(
string file,
string type,
CVV vv
)
Public Shared Sub DAOTableNames (
file As String,
type As String,
vv As CVV
)
Public Shared Sub DAOTableNames (
file As String,
type As String,
vv As CVV
)
public:
static void DAOTableNames(
String^ file,
String^ type,
CVV^ vv
)
public:
static void DAOTableNames(
String^ file,
String^ type,
CVV^ vv
)
static member DAOTableNames :
file : string *
type : string *
vv : CVV -> unit
static member DAOTableNames :
file : string *
type : string *
vv : CVV -> unit
Parameters
- file
- Type: SystemString
Database file name - type
- Type: SystemString
Database Type - vv
- Type: GeoEngine.Core.GXNetCVV
VV to return names in
Remarks
The VV must be created to hold strings of length
<define>STR_DB_SYMBOL</define>; i.e. use
Creat_VV(-<define>STR_DB_SYMBOL</define>, 0), or it will assert.
See Also