ServerClientSessionAbort Method  | 
 
            Aborts a transaction, it undoes all persistent changes made within the transaction
            
 
    Namespace: 
   VelocityDb.Session
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic override void Abort()
Public Overrides Sub Abort
public:
virtual void Abort() override
abstract Abort : unit -> unit 
override Abort : unit -> unit 
See Also