Click or drag to resize

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
Syntax
C#
public virtual void UpdateBIEnumerations(
	IEnumerable<BIEnumeration> enumerations
)

Parameters

enumerations
Type: System.Collections.GenericIEnumerableBIEnumeration
list of enumerations to be updated
Remarks
All data is replaced with the process
See Also