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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public void SetSources(
	params BcfTableViewBase[] sources
)

Parameters

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