 | 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
Syntaxpublic bool Contains(
BcfTable table
)
Public Function Contains (
table As BcfTable
) As Boolean
Parameters
- table
- Type: CalculationWorks.BusinessModelBcfTable
The table.
Return Value
Type:
Booleantrue if the specified table is in the collection; otherwise,
false.
See Also