ODAC

TOraDataSetOptions.FullRefresh Property

Used to refresh fields of all tables by the RefreshRecord method.

Class

TOraDataSetOptions

Syntax

property FullRefresh: boolean;

Remarks

Set the FullRefresh property to True to refresh fields of all tables by the RefreshRecord method. To perform full refreshing TCustomSmartQuery executes modified SELECT statement defined by the SQL property. When FullRefresh is False TCustomSmartQuery performs refreshing fields of the updating table only. The default value is False.

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