| SimpleDataClassResetChanges Method | 
            Resets the object changes and keeps the new values as unchanged.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic virtual void ResetChanges(
	bool asUnchanged
)
Parameters
- asUnchanged
- Type: SystemBoolean
 If true, the changed columns won't contain anything. If false, the previous values are discarded, but all the columns will be marked as changed.
Implements
IAdvancedDataContainerResetChanges(Boolean) See Also
See Also