Click or drag to resize

BcfViewManagerReloadData Method

Discards all non virtual BcfRowViews and reloads all data from BcfDataSet.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public void ReloadData()
Remarks
Use ReloadData() if you want the viewanager to show a snapshot of uncommitted dataset content. When transaction is committed viewmanager will reload data automatic.
See Also