Click or drag to resize

BcfViewManagerDefaultViewCollectionContains Method (BcfTable)

[This is preliminary documentation and is subject to change.]

Determines whether the specified table is in the collection.

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

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

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