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
- Connection
 - Type: 
System.Data.Common DbConnection
The database connection object 
- 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