Click or drag to resize

BcfViewManagerReloadData Method

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

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
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