Skip to main content

XPMemberInfo.ResetModified(Object) Method

In This Article

Resets the member’s modification.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public abstract void ResetModified(
    object theObject
)

#Parameters

Name Type Description
theObject Object

A persistent object whose member modification will be reset.

See Also