IDbContextTransaction.Commit Method

Definition

Commits all changes made to the database in the current transaction.

public void Commit ();
abstract member Commit : unit -> unit
Public Sub Commit ()

Remarks

See Transactions in EF Core for more information and examples.

Applies to