Click or drag to resize

BcfViewManagerDefaultViewCollectionContains Method (BcfTable)

Determines whether the specified table is in the collection.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public bool Contains(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: Boolean
if the specified table is in the collection; otherwise, .
See Also