Class WacDbContextTransactionWrapper
Inheritance
System.Object
WacDbContextTransactionWrapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Data.Ef
Assembly: WaCore.Data.Ef.dll
Syntax
public class WacDbContextTransactionWrapper : IWacTransaction, IDisposable
Constructors
| Improve this Doc View SourceWacDbContextTransactionWrapper(IDbContextTransaction)
Declaration
public WacDbContextTransactionWrapper(IDbContextTransaction dbContextTransaction)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.EntityFrameworkCore.Storage.IDbContextTransaction | dbContextTransaction |
Methods
| Improve this Doc View SourceCommit()
Declaration
public void Commit()
Dispose()
Declaration
public void Dispose()
Rollback()
Declaration
public void Rollback()
Implements
System.IDisposable