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.
Syntax
| Visual Basic (Declaration) | |
|---|
Public NotInheritable Class MsSqlSavePoint |
| C# | |
|---|
public sealed class MsSqlSavePoint |
| Managed Extensions for C++ | |
|---|
public __gc __sealed class MsSqlSavePoint |
| C++/CLI | |
|---|
public ref class MsSqlSavePoint sealed |
Inheritance Hierarchy
System.Object
Chili.Opf3.Storages.MsSql.MsSqlSavePoint
Requirements
Namespace: Chili.Opf3.Storages.MsSql
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)
See Also