RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindTree..::..FindTableInTree Method (TableDefinitionBase)

Finds the table in tree.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public TreeViewItem FindTableInTree(
	TableDefinitionBase tableDefinition
)
Public Function FindTableInTree ( _
	tableDefinition As TableDefinitionBase _
) As TreeViewItem
public:
TreeViewItem^ FindTableInTree(
	TableDefinitionBase^ tableDefinition
)

Parameters

tableDefinition
Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.

Return Value

TreeViewItem.