Click or drag to resize

BcfViewManagerDefaultViewCollectionContains Method (String)

Determines whether the specified tableName 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(
	string tableName
)

Parameters

tableName
Type: SystemString
The table name.

Return Value

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