LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlTransaction.IsolationLevel property

Gets the IsolationLevel of this transaction. This value is set from BeginTransaction or any other overload that specifies an IsolationLevel.

public override IsolationLevel IsolationLevel { get; }

See Also