C# 클래스 Framework.Core.Configuration.DatabaseConfiguration

Provides universal configuration for supported database platforms. Use properties dictionary for platform specific options.
파일 보기 프로젝트 열기: coreframework/Core-Framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionStringKey String
InMemoryDatabase String

공개 메소드들

메소드 설명
GetConnectionString ( ) : String

Gets the database specific connection string.

메소드 상세

GetConnectionString() 공개 메소드

Gets the database specific connection string.
public GetConnectionString ( ) : String
리턴 String

프로퍼티 상세

ConnectionStringKey 공개적으로 정적으로 프로퍼티

Use connection String custom property to override default connection string.
public static String ConnectionStringKey
리턴 String

InMemoryDatabase 공개적으로 정적으로 프로퍼티

Database name for sqlite in memory database.
public static String InMemoryDatabase
리턴 String