In my Project a Recipe (table 1) have several Ingredients (Table 2) with the same ID of the Recipe. I need to delete a Ingredient record without using Primary Keys or other field as reference. Please, how I can use, for example, DataTables,DataRows,Position, etc to point the Record to delete? Or what is the better method?
Thanks,
Thanks,