Protocol.Covington.WorkRequest.IDAL.ConnectionProvider.SaveTransaction Function
Purpose: Saves a pending transaction on the open connection object of this class to a 'savepoint' with the given name. When a rollback is issued, the caller can rollback to this savepoint or roll back the complete transaction.

Public bool SaveTransaction (string)
  Type Name Description  
    string savePointName Name of the savepoint to store the current transaction under.  
  Return Description  
    bool true, if save was succesful, or an Exception exception is thrown