 | CTBLoadDB Method |
Load a database into a TB
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void LoadDB(
CDB db,
int line
)
public void LoadDB(
CDB db,
int line
)
Public Sub LoadDB (
db As CDB,
line As Integer
)
Public Sub LoadDB (
db As CDB,
line As Integer
)
public:
void LoadDB(
CDB^ db,
int line
)
public:
void LoadDB(
CDB^ db,
int line
)
member LoadDB :
db : CDB *
line : int -> unit
member LoadDB :
db : CDB *
line : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database - line
- Type: SystemInt32
Line
RemarksThe line is appended to the data already in the table.
See Also