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

Contains location information for a Sqlite DB.
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionStringInfo ( bool inMemory, string fileName )

Initializes a new instance of the ConnectionStringInfo class.

메소드 상세

ConnectionStringInfo() 공개 메소드

Initializes a new instance of the ConnectionStringInfo class.
public ConnectionStringInfo ( bool inMemory, string fileName )
inMemory bool if set to true [in memory].
fileName string Name of the file.