IBCExtensionHostRepository Property |
Gets the current transaction object.
Namespace: BlueCieloECM.InnoCielo.Meridian.ExtensionsAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax BCRepository Repository { get; }
ReadOnly Property Repository As BCRepository
Get
property BCRepository^ Repository {
BCRepository^ get ();
}
abstract Repository : BCRepository with 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