Click or drag to resize

ViewAPIAddColumn Method

Add a column in the specified table.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public long AddColumn(
	string columnName,
	string dataType,
	Dictionary<string, Object> config
)

Parameters

columnName
Type: SystemString
The name of the column.
dataType
Type: SystemString
The data-type of the column.
config
Type: System.Collections.GenericDictionaryString, Object
Contains any additional control configurations. Can be null.

Return Value

Type: Int64
Column id.
See Also