LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlTransaction.Dispose method

Releases any resources associated with this transaction. If it was not committed, it will be rolled back.

protected override void Dispose(bool disposing)
parameterdescription
disposingtrue if this method is being called from Dispose; false if being called from a finalizer.

See Also