Method | Description | |
---|---|---|
CommerceDbTransaction ( System.Data.Entity.DbContextTransaction underlyingTransaction, CommerceDatabase database ) : System | ||
Commit ( ) : void | ||
Dispose ( ) : void | ||
Rollback ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ThrowIfDisposed ( ) : void |
public CommerceDbTransaction ( System.Data.Entity.DbContextTransaction underlyingTransaction, CommerceDatabase database ) : System | ||
underlyingTransaction | System.Data.Entity.DbContextTransaction | |
database | CommerceDatabase | |
return | System |