Click or drag to resize
BCScriptCallableObjectRepository Property
Gets the current transaction object the instance was initialized with.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[ComVisibleAttribute(false)]
public BCRepository Repository { get; }

Property Value

Type: BCRepository
Remarks
If the object has not been initialized then the InvalidOperationException exception will be thrown.
See Also