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

DbMaintenanceWindowRegistry..::..IsTableRegistered Method

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

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.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.