Click or drag to resize

IQueryDesignerViewSetTableTreeDataSource Method

Sets content of the tree view that shows the tables, views and stored procedures of a data base.

Namespace: Altaxo.Gui.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetTableTreeDataSource(
	NGTreeNode rootNode
)

Parameters

rootNode  NGTreeNode

[Missing <param name="rootNode"/> documentation for "M:Altaxo.Gui.DataConnection.IQueryDesignerView.SetTableTreeDataSource(Altaxo.Collections.NGTreeNode)"]

Remarks
The image indices 0, 1, 2 and 3 correspond to the nodes: Table , View, Procedure and DataColumn.
See Also