Used to specify the fields to include in the automatically generated SQL statement when calling the TCustomDADataSet.RefreshRecord method.
property FullRefresh: boolean default False;
Use the FullRefresh property to specify what fields to include in the automatically generated SQL statement when calling the TCustomDADataSet.RefreshRecord method. If the FullRefresh property is True, all fields from a query are included into SQL statement to refresh a single record. If FullRefresh is False, only fields from TMSQuery.UpdatingTable are included.
Note: If FullRefresh is True, the refresh of SQL statement for complex queries and views may be generated with errors. The default value is False.