LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnection.BeginDbTransaction method

Begins a database transaction.

protected override DbTransaction BeginDbTransaction(IsolationLevel isolationLevel)
parameterdescription
isolationLevelThe IsolationLevel for the transaction.

Return Value

A MySqlTransaction representing the new database transaction.

See Also