C# 클래스 LayersCMS.Data.Persistence.LayersCmsDb

Should be the single point of reference for constructing connections to the database
파일 보기 프로젝트 열기: stevekennaird/LayersCMS 1 사용 예제들

공개 메소드들

메소드 설명
GetDbConnection ( ) : IDbConnection

Returns an open database connection, ready to use for reads/writes etc

LayersCmsDb ( ) : System

메소드 상세

GetDbConnection() 공개 메소드

Returns an open database connection, ready to use for reads/writes etc
public GetDbConnection ( ) : IDbConnection
리턴 IDbConnection

LayersCmsDb() 공개 메소드

public LayersCmsDb ( ) : System
리턴 System