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

DbLookupTableWindowRegistry..::..IsTableRegistered Method

Determines whether [is table registered] [the specified table definition].

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

Syntax


public bool IsTableRegistered(
	TableDefinitionBase tableDefinition
)
Public Function IsTableRegistered ( _
	tableDefinition As TableDefinitionBase _
) As Boolean
public:
bool^ IsTableRegistered(
	TableDefinitionBase^ tableDefinition
)

Parameters

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

Return Value

true if [is table registered] [the specified table definition]; otherwise, false.