Used to specify the extent to which all outside transactions interfere with subsequent transactions of the current connection.
property IsolationLevel: TIsolationLevel default ilReadCommitted;
Use the IsolationLevel property to specify the extent to which all outside transactions interfere with subsequent transactions of the current connection.
Changes to IsolationLevel take effect at a time of starting new transaction or opening new connection.