Gets the current transaction object.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
BCRepository Repository { get; } |
Visual Basic |
---|
ReadOnly Property Repository As BCRepository Get |
Visual C++ |
---|
property BCRepository^ Repository { BCRepository^ get (); } |
Remarks
The code of the interface extension is executed inside a transaction managed
by the host application. So the extension does not own the transaction
and may not commit or roll back the transaction.