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

TableDefinitionBase..::..CanDeleteTable Method

Determines whether this instance [can delete table] the specified lookup definition.

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

Syntax


public bool CanDeleteTable(
	LookupDefinitionBase lookupDefinition
)
Public Function CanDeleteTable ( _
	lookupDefinition As LookupDefinitionBase _
) As Boolean
public:
bool^ CanDeleteTable(
	LookupDefinitionBase^ lookupDefinition
)

Parameters

lookupDefinition
Type: RingSoft.DbLookup.Lookup..::..LookupDefinitionBase
The lookup definition.

Return Value

true if this instance [can delete table] the specified lookup definition; otherwise, false.