Used to get or set the transaction isolation level and access mode.
property IsolationLevel: TIBCIsolationLevel default iblReadCommitted;
Use the IsolationLevel property to get or set the transaction isolation level and access mode. You should add IBCClasses unit to the uses list to use this property.