Property | Type | Description | |
---|---|---|---|
__connection | Mono.Data.Sqlite.SqliteConnection |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( ) : void | ||
SQLiteConnection ( ) : System | ||
SQLiteConnection ( SQLiteConnection conn ) : System | ||
SQLiteConnection ( string connectionString ) : System |
public SQLiteConnection ( SQLiteConnection conn ) : System | ||
conn | SQLiteConnection | |
return | System |
public SQLiteConnection ( string connectionString ) : System | ||
connectionString | string | |
return | System |