Click or drag to resize
ReportClientCreateTable Method
Create a table in the specified database.

Namespace: ZReports
Assembly: ManageEngine Analytics Plus (in ManageEngine Analytics Plus.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void CreateTable(
	string dbURI,
	string tableDesign,
	Dictionary<string, string> config
)

Parameters

dbURI
Type: SystemString
The database URI.
tableDesign
Type: SystemString
Table structure in JSON format (includes table name, description, folder name, column and lookup details, is system table).
config
Type: System.Collections.GenericDictionaryString, String
The config can contain additional params. can be null.
See Also