Called by setDatabaseDefaults() after the values are set.
Parameters
Parameters
Description
pDb
[in] Pointer to the database whose default values are to be used.
doSubents
[in] Set to true if subentities should be processed
Remarks
If pDb is null, the database containing this entity is used. This function allows custom classes to inspect and modify the values set by setDatabaseDefaults. The default implementation of this function is empty. This function can be overridden in custom classes.
Notes
This function is not intended to be called by the user.