TAstaUpdateMethod
Unit
AstaDBTools
Declaration
type TAstaUpdateMethod = (umManual, umCached, umAfterPost);
Description
Determines when SQL is posted to the server. umAfterPost will fire after a record is posted. umCached
requires the ApplyUpdates
method to be called.