ComponentOne DataObjects for .NET
Refresh Method (C1DataTable)

C1.Data.2 Assembly > C1.Data Namespace > C1DataTable Class : Refresh Method
Refreshes field values in all data table rows and notifies data bound controls that the rows have changed.
Syntax
'Declaration
 
Public Sub Refresh() 
public void Refresh()
Remarks
This method performs C1.Data.SchemaObjects.Field.Calculations for every field in every row that has non-empty C1.Data.SchemaObjects.Field.Calculations collection. Normally, calculations are performed automatically, without explicit Refresh call, when calculation arguments change. However, some calculation arguments changes cannot be detected automatically, for example, changes in Current, Original or BeforeChange field values, see C1DataObjects Expressions. Calling the Refresh method is also necessary when you use the SuppressNotifications property of a data set, to notify data bound controls that row values have changed.
See Also

Reference

C1DataTable Class
C1DataTable Members