C# Class Crow.Library.DatabaseLayer.DbConnectionScope

Creates a new shared database connection.
Inheritance: IDisposable
Afficher le fichier Open project: msusur/Crowfx Class Usage Examples

Méthodes publiques

Méthode Description
DbConnectionScope ( ) : System

Starts a new connection thread-safe and allows every repository uses the same connection within same scope.

Dispose ( ) : void

Disposes the current connection.

Method Details

DbConnectionScope() public méthode

Starts a new connection thread-safe and allows every repository uses the same connection within same scope.
public DbConnectionScope ( ) : System
Résultat System

Dispose() public méthode

Disposes the current connection.
public Dispose ( ) : void
Résultat void