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