Method | Description | |
---|---|---|
CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection | ||
GetDefaultBasePath ( ) : string | ||
LocalPathCombine ( string path1, string path2 ) : string |
protected CreateSQLiteConnection ( string databasePath, bool storeDateTimeAsTicks, string key = null ) : ISQLiteConnection | ||
databasePath | string | |
storeDateTimeAsTicks | bool | |
key | string | |
return | ISQLiteConnection |
protected LocalPathCombine ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |