| BIStorageControllerUpdateBIEnumerations Method |
Uploads enumerations into BI.conf_Enumeration table
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
Syntaxpublic virtual void UpdateBIEnumerations(
IEnumerable<BIEnumeration> enumerations
)
Parameters
- enumerations
- Type: System.Collections.GenericIEnumerableBIEnumeration
list of enumerations to be updated
RemarksAll data is replaced with the process
See Also