Click or drag to resize

PropertiesLoad Method (IDatabase, String, String)

Load overload. This overload loads only from the xmt_properties 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,
	string objID,
	string objTypeKey
)

Parameters

db
Type: NetQuarryIDatabase
The database object that contains the xmt_properties, xmp_params table.
objID
Type: SystemString
The obj_id of the related object
objTypeKey
Type: SystemString
The object type key of the related object.
See Also