MyDAC

TMyDataSetOptions.FullRefresh Property

Used to specify the fields to include in automatically generated SQL statement when calling the TCustomDADataSet.RefreshRecord method. Default value is false.

Class

TMyDataSetOptions

Syntax

property FullRefresh: boolean;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback