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
)
Public Sub Load (
db As IDatabase,
objID As String,
objTypeKey As String,
localeID As String,
childObjID As String,
loadFlags As TextLoadFlags
)
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