Click or drag to resize

TextItemsLoad Method

Loads the collection from the database represented by "db"

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 localeID,
	string childObjID,
	TextLoadFlags loadFlags
)

Parameters

db
Type: NetQuarryIDatabase
A referece to the database that contains the xmt_text table
objID
Type: SystemString
The related object ID.
objTypeKey
Type: SystemString
The object's type.
localeID
Type: SystemString
The locale id for the collection.
childObjID
Type: SystemString
(optional) The child object id to add to the query.
loadFlags
Type: NetQuarryTextLoadFlags
(optional) One of TextLoadFlags to modify load behavior
See Also