Knight Data Access Layer
NestedTransactions Property (DataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > DataHelper Class : NestedTransactions Property
When true, Inner Begin Transactions and Commit Transactions are allowed. Inner Commits do not actually commit until the outermost commit has occured. Default is false. Nested transactions are useful for rolling back integration tests.
Syntax
Public Property NestedTransactions As Boolean
Dim instance As DataHelper
Dim value As Boolean
 
instance.NestedTransactions = value
 
value = instance.NestedTransactions
public bool NestedTransactions {get; set;}
public: __property bool get_NestedTransactions();
public: __property void set_NestedTransactions( 
   bool value
);
public:
property bool NestedTransactions {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataHelper Class
DataHelper Members