Click or drag to resize

OdwControllerCopyODSDataToBI Method

Copies data from ODS to BI so they can be fetched by tabular model processing

Namespace:  Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void CopyODSDataToBI()
Remarks
It is recommended that the method is run within synchronized block RunExclusive(Action) to ensure no other processes will start loading or processing at the same time
See Also