Applies to child objects of a DatabaseObjectsVolatile collection.
Save is called for each child that implements IDatabaseObjectVolatile when
DatabaseObjectsVolatile.VolatileObjectsSave() is called.
This allows the object to determine when it is being saved and perform
additional checking and validation if necessary.
Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
Visual Basic |
---|
Public Interface IDatabaseObjectVolatile _
Inherits IDatabaseObject |
See Also