XPMemberInfo.SetModified(Object, Object) Method
In This Article
Marks the member as modified.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
the |
Object | A persistent object whose member will be marked as modified. |
old |
Object | An object that is the member’s old value. |
See Also