Saves the item to the xmt_text table
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Persist(
IDatabase db,
string objID,
string objTypeKey,
string localeID
)
Public Sub Persist (
db As IDatabase,
objID As String,
objTypeKey As String,
localeID As String
)
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.
See Also