C# 클래스 DotNetWorkQueue.Transport.SQLite.Basic.DatabaseExists

Determines if a specified database exists
The database could be on the file system or in memory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( string connectionString ) : bool

Returns true if the specified database exists

메소드 상세

Exists() 공개 정적인 메소드

Returns true if the specified database exists
public static Exists ( string connectionString ) : bool
connectionString string
리턴 bool