Click or drag to resize

BcfTableViewBaseSetSources Method

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

Sets views as row-view-source. Set null to use entire Repository.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public void SetSources(
	params BcfTableViewBase[] sources
)

Parameters

sources
Type: CalculationWorks.ViewModel.WindowsBcfTableViewBase
The source view or null to use entire Repository.
Exceptions
ExceptionCondition
NotSupportedExceptionNot Supported in ChildView.
ArgumentExceptionsources contains a view with other Repository.
See Also