Skip to main content
A newer version of this page is available. .

ISerializableObjectLayer.Purge() Method

When implemented by a class, removes all objects marked for deletion.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

PurgeResult Purge()

Returns

Type Description
DevExpress.Xpo.Helpers.PurgeResult

A PurgeResult object containing removal statistics (the number of objects processed, purged, etc.)

See Also