| Class | Description |
|---|---|
| MsSqlSavePoint | This class provides a save point for the MsSqlStorage class. It is returned by the MsSqlTransaction.CreateSavePoint method and may be used in the MsSqlTransaction.Rollback method. |
| MsSqlStorage | Storage class that encapsulates a pyhsical Ms Sql Server database. |
| MsSqlTransaction | Class that provides a transaction object for the MsSqlStorage class. |