HierarchyData LoadFromDatabase Method (DbConnection, String, String, String, String, String, String)Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Loads data from a database table. See HierarchyData class description for the table format.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string LoadFromDatabase(
	DbConnection Connection,
	string TableName,
	string IdField,
	string ParentIdField,
	string TextField,
	string ValueField,
	string WhereCondition
)
public String LoadFromDatabase(
	DbConnection Connection,
	String TableName,
	String IdField,
	String ParentIdField,
	String TextField,
	String ValueField,
	String WhereCondition
)

Return Value

Returns blank if succeeded, error message otherwise.
See Also