Click or drag to resize

BcfViewManagerCreateEmptyView Method

Creates and returns an empty view (With Sources empty).

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfTableViewBase CreateEmptyView(
	BcfTable table
)

Parameters

table
Type: CalculationWorks.BusinessModelBcfTable
The table.

Return Value

Type: BcfTableViewBase
The created view.
Exceptions
ExceptionCondition
ArgumentNullExceptiontable is .
ArgumentException

A repository for specified table cannot be found

or

Specified table is from different dataset instance.

ObjectDisposedExceptioninstance is disposed
See Also