C1.Data.Transactions Namespace > ClientTransaction Class : ClientTransaction Constructor |
'Declaration
Public Function New( _ ByVal parent As ClientTransaction _ )
public ClientTransaction( ClientTransaction parent )
Exception | Description |
---|---|
System.ArgumentNullException | The parent is null. |
A child transaction is automatically committed/rolled back if its parent transaction is committed/rolled back.
Create a child transaction in cases where you need to open a new window for editing a portion of data that is being editing in an already open transaction.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