Click or drag to resize

BcfTableViewBaseResetSources Method

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

Resets Sources of a custom view to 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 ResetSources()
Exceptions
ExceptionCondition
NotSupportedExceptionNot Supported in ChildView.
Remarks
Use
SetSources()
without parameter to make the view isempty - basing on an empty base-views collection.
See Also