Click or drag to resize

BcfViewManagerDataRepositoryItem Property (BcfTable)

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

Gets the item with the specified table.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public BcfRowViewRepository this[
	BcfTable table
] { get; }

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: BcfRowViewRepository
The item with the specified table.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is null.
ArgumentException

A repository for specified table cannot be found

or

Specified table is from different dataset instance.

See Also