The
doscripts
argument takes boolean values, true or false. If doscripts
is true,
the table's BeforeDelete(), AfterDelete(), BeforeInsert(), AfterInsert(), BeforeUpdate() and AfterUpdate()
functions will be called for
each row modified. If the doscripts
argument is false,
the table's scripts will not be called. Scripts will run
more quickly when doscripts
is set to false.
The default value for doscripts
is true.