Knight Data Access Layer
NestedTransactions Property (IDataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface : 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
Property NestedTransactions As Boolean
Dim instance As IDataHelper
Dim value As Boolean
 
instance.NestedTransactions = value
 
value = instance.NestedTransactions
bool NestedTransactions {get; set;}
__property bool get_NestedTransactions();
__property void set_NestedTransactions( 
   bool value
);
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

IDataHelper Interface
IDataHelper Members