Click or drag to resize

DataObjectControllerPurgeObsoleteDataObjectVersions Method

Purges a chunk of obsolete data object version rows. It is safe to delete the rows for data object types which is not marked with "object versioning"

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

Parameters

chunk (Optional)
Type: SystemInt32
See Also