Click or drag to resize

IEntireTableQueryViewSetTreeSource 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.3572.0 (4.8.3572.0)
Syntax
C#
void SetTreeSource(
	NGTreeNode rootNode
)

Parameters

rootNode  NGTreeNode
The root node of the tree to display.
Remarks
The image indices 0, 1, and 2 correspond to the nodes: Table , View, and Procedure.
See Also