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

Determines the full path and file name of a Sqlite DB, based on the connection string.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
GetFileName ( string connectionString ) : ConnectionStringInfo

Gets the full path and file name of a DB. In memory databases will instead set the ConnectionStringInfo.IsInMemory flag to true.

메소드 상세

GetFileName() 공개 정적인 메소드

Gets the full path and file name of a DB. In memory databases will instead set the ConnectionStringInfo.IsInMemory flag to true.
public static GetFileName ( string connectionString ) : ConnectionStringInfo
connectionString string
리턴 ConnectionStringInfo