Used to specify the fields to include in automatically generated SQL statement when calling the TCustomDADataSet.RefreshRecord method. Default value is false.
property FullRefresh: boolean;
Use the FullRefresh property to specify what fields to include in automatically generated SQL statement when calling the TCustomDADataSet.RefreshRecord method. If the FullRefresh property is True, all the fields from query are included into a SQL statement to refresh single record. If FullRefresh is False, only fields from TMyQuery.UpdatingTable are included. The default value is False.