| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class PersistingTrace | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class PersistingTrace | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class PersistingTrace | |
| C++/CLI | |
|---|---|
public ref class PersistingTrace sealed | |
This class stores information aoubt recently saved persistent objects. When saving a persistent object
and it's full object graph (PersistChanges)
it's required to avoid circles in the saving process. PersistentTrace saves therefore information about
the objects that have been saved during the current persist operation to avoid those circles.
System.Object
Chili.Opf3.PersistingTrace
Requirements
Namespace: Chili.Opf3
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)