Click or drag to resize
IBCExtensionHostRepository Property
Gets the current transaction object.

Namespace: BlueCieloECM.InnoCielo.Meridian.Extensions
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
BCRepository Repository { get; }

Property Value

Type: BCRepository
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.
See Also