Used to refresh record by RETURNING clause when insert or update is performed.
property DMLRefresh: boolean;
Use the DMLRefresh property to refresh record by RETURNING clause when insert or update is performed.
The default value is False.
Note: When the DMLRefresh property is set to True, the value of TCustomDADataSet.RefreshOptions is ignored to avoid refetching field values from the server.