Specifies whether to add "LOCK TABLE" clause to the dump script.
Syntax:
LockTables : Boolean;
Description:
If LockTables set to True then for each dumped table in the script will be added "LOCK TABLE" clause.
See also: IgnoreLockTables property