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.111.0)
Syntax BCRepository Repository { get; }
ReadOnly Property Repository As BCRepository
Get
Property Value
Type:
BCRepositoryRemarks
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