Click or drag to resize

BcfViewManagerDefaultViewCollectionTryGetDefaultView Method (String)

Finds and returns the item specified by tableName.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfTableViewBase TryGetDefaultView(
	string tableName
)

Parameters

tableName
Type: SystemString

Return Value

Type: BcfTableViewBase
The item specified by tableName if found; otherwise .
See Also