ServerClientSessionSharedUpdateObject Method (Object) | 
 
            Tag an object as updated so that it will be updated persistently
            
 
    Namespace: 
   VelocityDb.Session
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override bool UpdateObject(
	Object obj
)
Public Overrides Function UpdateObject ( 
	obj As Object
) As Boolean
public:
virtual bool UpdateObject(
	Object^ obj
) override
abstract UpdateObject : 
        obj : Object -> bool 
override UpdateObject : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
The object to update. 
Return Value
Type: 
Booleantrue if object updated; otherwise false
See Also