Table of Contents

Method EnlistTransaction

Namespace
MongoDB.EntityFrameworkCore.Storage
Assembly
MongoDB.EntityFrameworkCore.dll

EnlistTransaction(Transaction?)

Specifies an existing Transaction to be used for database operations.

public void EnlistTransaction(Transaction? transaction)

Parameters

transaction Transaction

The transaction to be used.