PropertiesPersist Method (IDatabase, String, String, String, Boolean) |
Persist's the properties to the database
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 subObjectType,
bool treatAsPreferences
)
Public Sub Persist (
db As IDatabase,
objID As String,
objTypeKey As String,
subObjectType As String,
treatAsPreferences As Boolean
)
Parameters
- db
- Type: NetQuarryIDatabase
The database object - objID
- Type: SystemString
The object id to use to load the properties. - objTypeKey
- Type: SystemString
The object type (obj_type_key) to be used. - subObjectType
- Type: SystemString
The object type for the sub-objects in this collection (e.g. field) - treatAsPreferences
- Type: SystemBoolean
If true, treat properties in the collection as a preferences (store in xot_preferences)
See Also