Click or drag to resize

PropertyPersist Method

Save this property to the IDatabase.

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 persistAsPreference
)

Parameters

db
Type: NetQuarryIDatabase
Required, the database that contains the properties table.
objID
Type: SystemString
Required, the related object.
objTypeKey
Type: SystemString
Required, the related object.
subObjectType
Type: SystemString
The object type for the sub-objects in this collection (e.g. field).
persistAsPreference
Type: SystemBoolean
If true, the property is treated as a preference and stored in the operational xot_preferences table.
See Also