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
public string LoadFromDatabase( DbConnection Connection, string Query )
public String LoadFromDatabase( DbConnection Connection, String Query )
Parameters
- Connection
- Type: System.Data.Common DbConnection
The database connection object
- Query
- Type: System String
The query string that will fetch the required columns in the order specified in the table format
Return Value
Returns blank if succeeded, error message otherwise.See Also