Gets the current transaction object the instance was initialized with.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
[ComVisibleAttribute(false)] public BCRepository Repository { get; } |
| Visual Basic |
|---|
<ComVisibleAttribute(False)> _ Public ReadOnly Property Repository As BCRepository Get |
| Visual C++ |
|---|
[ComVisibleAttribute(false)] public: property BCRepository^ Repository { BCRepository^ get (); } |
Remarks
If the object has not been initialized then
the InvalidOperationException exception will be thrown.