Exemple #1
0
 internal string GetJsonOfSQL(string sql)
 {
     return(SQLiteUtil.GetTableFromSqlite(conn, sql));
 }