Skip to main content
.NET 6.0+

ISerializableObjectLayerService.Purge() Method

When implemented by a class, executes an object layer’s ISerializableObjectLayer.Purge method implementation and returns the operation result.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

[OperationContract(Action = "http://tempuri.org/ISerializableObjectLayerService/Purge")]
[XmlSerializerFormat]
OperationResult<PurgeResult> Purge()

Returns

Type Description
OperationResult<DevExpress.Xpo.Helpers.PurgeResult>

An OperationResult<DevExpress.Xpo.Helpers.PurgeResult> object denoting the operation result.

See Also