Chili.Opf3 Send comments on this topic.
MsSqlTransaction Class
See Also  Members  
Chili.Opf3.Storages.MsSql Namespace : MsSqlTransaction Class




Class that provides a transaction object for the MsSqlStorage class.

Syntax

Visual Basic (Declaration) 
Public Class MsSqlTransaction 
   Inherits SqlTransactionBase
Visual Basic (Usage)Copy Code
Dim instance As MsSqlTransaction
C# 
public class MsSqlTransaction : SqlTransactionBase 
Managed Extensions for C++ 
public __gc class MsSqlTransaction : public SqlTransactionBase 
C++/CLI 
public ref class MsSqlTransaction : public SqlTransactionBase 

Remarks

This class provides a transaction object for the MsSqlStorage class. It is returned by the StartTransaction methods of the class.

MsSqlTransaction adds support for save points and rolling back to save points.

Inheritance Hierarchy

System.Object
   Chili.Opf3.Storages.Transaction
      Chili.Opf3.Storages.SqlTransactionBase
         Chili.Opf3.Storages.MsSql.MsSqlTransaction

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