Click or drag to resize

PropertiesPersist Method (IDatabase, 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
)

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