 | CTBCreateDB Method |
Create a table from a database.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CTB CreateDB(
CDB db
)
public static CTB CreateDB(
CDB db
)
Public Shared Function CreateDB (
db As CDB
) As CTB
Public Shared Function CreateDB (
db As CDB
) As CTB
public:
static CTB^ CreateDB(
CDB^ db
)
public:
static CTB^ CreateDB(
CDB^ db
)
static member CreateDB :
db : CDB -> CTB
static member CreateDB :
db : CDB -> CTB
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database
Return Value
Type:
CTBTB Object
Remarks
The table will contain fields for all channels in
the database.
The database is not loaded with data. Use the LoadDB_TB
function to load data into the table.
See Also