Loads the items for this collection. This is usually overridden in base class so that code can be executed before the objects list is loaded. Because otherwise code cannot be executed before the MyBase.New or :base() call to this base class. as the items are loaded as part of the constructor.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected virtual void VolatileItemsLoad()
Visual Basic
Protected Overridable Sub VolatileItemsLoad
Visual C++
protected:
virtual void VolatileItemsLoad()

See Also