Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Guidelines
DataAccess
Mongo
UnitOfWork
C# Class Guidelines.DataAccess.Mongo.UnitOfWork
Mongo does not support this right now. Could look into figuring out some kind of batching process.
Inheritance:
IUnitOfWork
Mostrar archivo
Open project: basicdays/Guidelines
Public Methods
Method
Description
Begin
( ) :
void
Commit
( ) :
void
Dispose
( ) :
void
RollBack
( ) :
void
Method Details
Begin()
public
method
public
Begin
( ) :
void
return
void
Commit()
public
method
public
Commit
( ) :
void
return
void
Dispose()
public
method
public
Dispose
( ) :
void
return
void
RollBack()
public
method
public
RollBack
( ) :
void
return
void