This class provides a general transaction object for storages that inherit from
SqlStorageBase. It adds the references to ADO.NET
to the transaction objects, since it encapsulates an ADO.NET transaction internally.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustInherit Class SqlTransactionBase
Inherits Transaction |
| C# | |
|---|
public abstract class SqlTransactionBase : Transaction |
| Managed Extensions for C++ | |
|---|
public __gc abstract class SqlTransactionBase : public Transaction |
| C++/CLI | |
|---|
public ref class SqlTransactionBase abstract : public Transaction |
Inheritance Hierarchy
Requirements
Namespace: Chili.Opf3.Storages
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