MyDAC

TCustomMyConnection.IsolationLevel Property

Used to specify extent to which all outside transactions interfere with subsequent transactions of current connection.

Class

TCustomMyConnection

Syntax

property IsolationLevel: TMyIsolationLevel default ilReadCommitted;

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback