Returns all items that have been added or were part of the initial list of objects. If
there are no items in the list then a zero length array is returned.
This list does not include any objects that have been deleted via VolatileObjectDelete().
After VolatileObjectsSave() has been called this list remains the same.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected T[] VolatileObjects { get; } |
Visual Basic |
---|
Protected ReadOnly Property VolatileObjects As T()
Get |
Visual C++ |
---|
protected:
property array<T>^ VolatileObjects {
array<T>^ get ();
} |
See Also