C# 클래스 Crow.Library.DatabaseLayer.DbConnectionScope

Creates a new shared database connection.
상속: IDisposable
파일 보기 프로젝트 열기: msusur/Crowfx 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

DbConnectionScope() 공개 메소드

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

Dispose() 공개 메소드

Disposes the current connection.
public Dispose ( ) : void
리턴 void