Skip to main content
.NET 8.0+

ISerializableObjectLayer.Purge() Method

In This Article

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#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