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: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
protected T VolatileObjectAdd() |
Visual Basic |
---|
Protected Function VolatileObjectAdd As T |
Visual C++ |
---|
protected: T VolatileObjectAdd() |
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjectsVolatile`1.VolatileObjectAdd"]