Click or drag to resize

WorkspaceAPICreateTable Method

Create a table in the specified workspace.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public long CreateTable(
	Dictionary<string, Object> tableDesign
)

Parameters

tableDesign
Type: System.Collections.GenericDictionaryString, Object
Table structure.

Return Value

Type: Int64
Table id.
See Also