C# 클래스 NZBDash.DataAccessLayer.Configuration.WindowsSqliteConfiguration

상속: DbConfiguration
파일 보기 프로젝트 열기: NZBDash/NZBDash

공개 메소드들

메소드 설명
DbFile ( ) : string

Returns the location of the database.

ProgramDataLocation ( ) : string

Returns the location of the application data.

WindowsSqliteConfiguration ( ILogger logger, System.Data.Common.DbProviderFactory provider ) : System

메소드 상세

DbFile() 공개 메소드

Returns the location of the database.
public DbFile ( ) : string
리턴 string

ProgramDataLocation() 공개 메소드

Returns the location of the application data.
public ProgramDataLocation ( ) : string
리턴 string

WindowsSqliteConfiguration() 공개 메소드

public WindowsSqliteConfiguration ( ILogger logger, System.Data.Common.DbProviderFactory provider ) : System
logger ILogger
provider System.Data.Common.DbProviderFactory
리턴 System