Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.68 KB

File metadata and controls

27 lines (17 loc) · 1.68 KB

SqlTable.PrintTableToTree(IHasTreeNodes, List<SqlForeignKey>) Method

Adds a visual representation of the table or view to the specified tree structure.

internal void PrintTableToTree(Spectre.Console.IHasTreeNodes tree, System.Collections.Generic.List<SourceToPlantUML.Model.SqlForeignKey>? keys=null);

Parameters

tree Spectre.Console.IHasTreeNodes

The tree structure to which the table or view node will be added.

keys System.Collections.Generic.List<SqlForeignKey>

Optional list of foreign keys associated with the table or view (not used in this method).

Remarks

The node label indicates whether the object is a table or a view and displays its name. The method does not add column details to the tree.