Click or drag to resize

DataObjectControllerPurgeObsoletePropertyValueChunk Method

Purges a chunk of old property value rows. It is safe to delete the rows because the property values are stored in tblDataObjectVersion.PropertyXML.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void PurgeObsoletePropertyValueChunk(
	int chunk = 0
)

Parameters

chunk (Optional)
Type: SystemInt32
See Also