This routine is called by the ObjectContext
during save operations on the storage.
Attention: The ICustomPersister should only add an object
to the PersistingTrace (see the argument) if not
using the ObjectContext to save its persistent objects.
Syntax
Parameters
- context
- ObjectContext that called this routine.
- persistDepth
- Specifies the depth of the object graph that is persisted.
- persistingTrace
- Contains information about the recently persistet objects. The
ICustomPersister should only add an object to this trace if not
using the ObjectContext to save its persistent objects.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also