www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Loads data from a database table. See HierarchyData class description for the table format.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Parameters
- ConnectionString
- Type: System String
The database connection string
- DBMSType
- Type: UnifoChart.Hierarchy DBMSType
Type of the Database Management System
- TableName
- Type: System String
Name of the table
- IdField
- Type: System String
The ID column name in the table
- ParentIdField
- Type: System String
The PARENTID column name in the table
- TextField
- Type: System String
The TEXT column name in the table
Return Value
Returns blank if succeeded, error message otherwise.See Also