C# 클래스 Cedar.Core.Data.DatabaseFactories

The factory to create T:Cedar.Core.Data.Database by the specified connection string name.
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
GetDatabase ( ) : Database

Gets the database.

GetDatabase ( string databaseName ) : Database

Gets the database.

메소드 상세

GetDatabase() 공개 정적인 메소드

Gets the database.
public static GetDatabase ( ) : Database
리턴 Database

GetDatabase() 공개 정적인 메소드

Gets the database.
public static GetDatabase ( string databaseName ) : Database
databaseName string Name of the connection string.
리턴 Database