Click or drag to resize

PropertiesLoad Method (IDatabase, String, String, String, String, PropertyLoadFlags)

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,
	string childObjID,
	string subObjectType,
	PropertyLoadFlags loadFlags
)

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.
childObjID
Type: SystemString
The child object id to load
subObjectType
Type: SystemString
The sub-object type to add parameters.
loadFlags
Type: NetQuarryPropertyLoadFlags
One of PropertyLoadFlags flag values
See Also