C# 클래스 MS.OSM.Querys.DAL.OSMDataAccessLayer

상속: IUnitOfWork
파일 보기 프로젝트 열기: diogofdsilva/MS-OSM-Querys 1 사용 예제들

공개 메소드들

메소드 설명
Commit ( ) : void
Dispose ( ) : void
OSMDataAccessLayer ( ) : System
OSMDataAccessLayer ( string connectionString ) : System
Rollback ( ) : void
TestConnectionString ( string connection ) : bool

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OSMDataAccessLayer() 공개 메소드

public OSMDataAccessLayer ( ) : System
리턴 System

OSMDataAccessLayer() 공개 메소드

public OSMDataAccessLayer ( string connectionString ) : System
connectionString string
리턴 System

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

TestConnectionString() 공개 정적인 메소드

public static TestConnectionString ( string connection ) : bool
connection string
리턴 bool