arraylist

  1. J

    Getting an error while trying to set index using a variable

    Dear all I have following function: public ArrayList GetAllRows(string tablename) { // Set database object SQLiteConnection db = new SQLiteConnection(this.constr); db.Open(); // Execute SQL string sql = $"SELECT * FROM...
Back
Top Bottom