C# 클래스 Cirrious.MvvmCross.Community.Plugins.Sqlite.Wpf.MvxWpfSqLiteConnectionFactory

상속: ISQLiteConnectionFactory, ISQLiteConnectionFactoryEx
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross-SQLite 1 사용 예제들

보호된 메소드들

메소드 설명
CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection
GetDefaultBasePath ( ) : string
LocalPathCombine ( string path1, string path2 ) : string

메소드 상세

CreateSQLiteConnection() 보호된 메소드

protected CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection
databasePath string
storeDateTimeAsTicks bool
key string
리턴 ISQLiteConnection

GetDefaultBasePath() 보호된 메소드

protected GetDefaultBasePath ( ) : string
리턴 string

LocalPathCombine() 보호된 메소드

protected LocalPathCombine ( string path1, string path2 ) : string
path1 string
path2 string
리턴 string