Click or drag to resize

BcfViewManagerDataRepositoryItem Property (String)

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

Gets the item with the specified tableName.

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

Parameters

tableName
Type: SystemString
The table-name.

Return Value

Type: BcfRowViewRepository
The item with the specified tableName.
Exceptions
ExceptionCondition
ArgumentNullExceptiontableName is null.
ArgumentExceptionAn item with specified tableName cannot be found.
See Also