company logo

CTX_DBBase :: DBInserted - After inserted handler

The after inserted handler is called when a data instance has been inserted in a collection (DBO_Inserted event). In contrast to create insert means only that an instance has been added to a collection but it need not to be a newly created instance.

The handler can be overloaded in specialized context class implementations.

Return value:  Success ( logical  )

Implementation details

logical CTX_DBBase  :: DBInserted (  )