Add a lookup in the specified child table.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public void AddLookup(
long columnId,
long refViewId,
long refColumnId,
Dictionary<string, Object> config
)
Parameters
- columnId
- Type: SystemInt64
The id of the column. - refViewId
- Type: SystemInt64
The ID of the table contains the parent column. - refColumnId
- Type: SystemInt64
The ID of the parent column. - config
- Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.
See Also