Method | Description | |
---|---|---|
ClearDB ( ) : bool | ||
ClearTable ( String table ) : bool | ||
Delete ( String tableName, String where ) : bool | ||
ExecuteNonQuery ( string sql ) : int | ||
ExecuteScalar ( string sql ) : string | ||
GetDataTable ( string sql ) : |
||
Insert ( String tableName, String>.Dictionary |
||
SQLiteDatabase ( ) : System | ||
Update ( String tableName, String>.Dictionary |
public Delete ( String tableName, String where ) : bool | ||
tableName | String | |
where | String | |
return | bool |
public GetDataTable ( string sql ) : |
||
sql | string | |
return |
public Insert ( String tableName, String>.Dictionary |
||
tableName | String | |
data | String>.Dictionary | |
return | bool |
public Update ( String tableName, String>.Dictionary |
||
tableName | String | |
data | String>.Dictionary | |
where | String | |
return | bool |