C# 클래스 NHibernate.Test.DebugConnectionProvider

This connection provider keeps a list of all open connections, it is used when testing to check that tests clean up after themselves.
상속: NHibernate.Connection.DriverConnectionProvider
파일 보기 프로젝트 열기: nhibernate/nhibernate-core 1 사용 예제들

공개 메소드들

메소드 설명
CloseAllConnections ( ) : void
CloseConnection ( IDbConnection conn ) : void
GetConnection ( ) : IDbConnection

메소드 상세

CloseAllConnections() 공개 메소드

public CloseAllConnections ( ) : void
리턴 void

CloseConnection() 공개 메소드

public CloseConnection ( IDbConnection conn ) : void
conn IDbConnection
리턴 void

GetConnection() 공개 메소드

public GetConnection ( ) : IDbConnection
리턴 IDbConnection