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

LookupContextBase..::..CanViewTable Method

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

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

Syntax


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

Parameters

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

Return Value

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