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

AdvancedFindTree..::..FindTableInTree Method (TableDefinitionBase, TreeViewItem, Boolean, FieldDefinition, FieldDefinition)

Finds the table in tree.

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

Syntax


public TreeViewItem FindTableInTree(
	TableDefinitionBase tableDefinition,
	TreeViewItem parentItem,
	bool checkKeys,
	FieldDefinition parentField,
	FieldDefinition fiterField
)
Public Function FindTableInTree ( _
	tableDefinition As TableDefinitionBase, _
	parentItem As TreeViewItem, _
	checkKeys As Boolean, _
	parentField As FieldDefinition, _
	fiterField As FieldDefinition _
) As TreeViewItem
public:
TreeViewItem^ FindTableInTree(
	TableDefinitionBase^ tableDefinition, 
	TreeViewItem^ parentItem, 
	bool^ checkKeys, 
	FieldDefinition^ parentField, 
	FieldDefinition^ fiterField
)

Parameters

tableDefinition
Type: RingSoft.DbLookup.ModelDefinition..::..TableDefinitionBase
The table definition.
parentItem
Type: RingSoft.DbLookup.AdvancedFind..::..TreeViewItem
The parent item.
checkKeys
Type: Boolean
if set to true [check keys].
parentField
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The parent field.
fiterField
Type: RingSoft.DbLookup.ModelDefinition.FieldDefinitions..::..FieldDefinition
The fiter field.

Return Value

TreeViewItem.