Click or drag to resize

BcfViewManagerDataRepositoryTryGetRowViewRepository Method (BcfTable)

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

Finds and returns the item specified by table.

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

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table

Return Value

Type: BcfRowViewRepository
The item specified by table if found; otherwise null.
See Also