Click or drag to resize

PropertiesPersist Method (IDatabase, String, String, String)

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
)

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)
See Also