Adds a new object (created via ItemInstance) to the in-memory list, and flags the
item to be saved to the database when VolatileObjectsSave() is called.
Returns the new object that has been added to the in-memory list.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected IDatabaseObject VolatileObjectAdd() |
Visual Basic |
---|
Protected Function VolatileObjectAdd As IDatabaseObject |
Visual C++ |
---|
protected: IDatabaseObject^ VolatileObjectAdd() |
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.DatabaseObjectsVolatile.VolatileObjectAdd"]