ServerClientSessionSharedUnpersist Method  | 
  
    Namespace: 
   VelocityDb.Session
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override bool Unpersist(
	Object obj
)
Public Overrides Function Unpersist ( 
	obj As Object
) As Boolean
public:
virtual bool Unpersist(
	Object^ obj
) override
abstract Unpersist : 
        obj : Object -> bool 
override Unpersist : 
        obj : Object -> bool Parameters
- obj
 - Type: SystemObject
The object to be deleted from persistent storage 
Return Value
Type: 
Booleantrue if object found and deleted; otherwise 
false
See Also