ComponentOne DataObjects for .NET
Refresh Method (C1DataRow)

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : Refresh Method
Refreshes field values in the row.
Syntax
'Declaration
 
Public Sub Refresh() 
public void Refresh()
Remarks
This method performs C1.Data.SchemaObjects.Field.Calculations for every field 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.
See Also

Reference

C1DataRow Class
C1DataRow Members