ApplyUpdates on TOracleDataSet

Hi Marco,
I discovered ApplyUpdates and CancelUpdates as TOracleDataSet's method, instead TOracleSession's ones.

Is it possible to use them in this way?
Is there any documentation about them? Particularly about ApplyUpdates(Actions:TApplyActions): in which way I must/can use Actions parameter?

Thanks
 
No, they are for internal use only. If you want to apply the updates for a specific dataset, you need to do so through the TOracleSession.ApplyUpdates procedure.
 
Back
Top