Load the version information from the xmt_versions table.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Load(
IDatabase db
)
Public Sub Load (
db As IDatabase
)
Parameters
- db
- Type: NetQuarryIDatabase
The database from which to load.
See Also