Click or drag to resize

BcfViewManagerDataRepositoryTryGetRowViewRepository Method (String)

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

Finds and returns the item specified by tableName.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public BcfRowViewRepository TryGetRowViewRepository(
	string tableName
)

Parameters

tableName
Type: SystemString

Return Value

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