ReportClientCreateTable Method |
Create a table in the specified workspace.
Namespace:
ZReports
Assembly:
ZReports (in ZReports.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void CreateTable(
string dbURI,
string tableDesign,
Dictionary<string, string> config
)
Parameters
- dbURI
- Type: SystemString
The workspace 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