| DataObjectControllerPurgeAgedDataObjectVersions Method |
Purges a chunk of obsolete data object version rows.
The minimim age of object versions are configured on the object type, only object versions older than that are deleted
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic void PurgeAgedDataObjectVersions(
int chunk = 0
)
Parameters
- chunk (Optional)
- Type: SystemInt32
See Also