Click or drag to resize

EAPVersionsLoad Method

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
)

Parameters

db
Type: NetQuarryIDatabase
The database from which to load.
See Also