Click or drag to resize

OdwController Methods

The OdwController type exposes the following members.

Methods
  NameDescription
Public methodCheckIfProcessingNeeded
Method checks if there are tables which are in InProgress state
Public methodCompleteProcessing
Method will set the objects which were InProgress to Done state
Public methodCopyODSDataToBI
Copies data from ODS to BI so they can be fetched by tabular model processing
Public methodGetProcessingScript
Checks tables which require processing and generates script for processing
Public methodInitializeProcessing
Method will set the objects which require processing to InProgress state
Public methodRunExclusive
Executes the action exclusively acquiring a synchronization lock
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also