BCSMetadataSetContext Method (BCRepository, IWin32Window, BCServiceProvider) |
Sets the current context of the metadata.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
Remarks
The context is restored when the metadata is disposed only if it was
initialized with the class constructor (not with this method).
Otherwise, if required, you restore the context manually before
to dispose: invoke the
ClearContext method.
See Also