[This is preliminary documentation and is subject to change.]
Allows derived classes to copy transient data when CopyFrom is called.
| C# |
public virtual void CopyTransientFrom( Persistent from )
- from (Persistent)
- The object to copy transient data from.
Override this in a generated class so that you can copy any
transient data or perform any other functionality. This method is called
from CopyFrom after the persistent
fields have been copied.