I want to pass a tmpTable from a form to a class, add some values and get it back to the form to show the data.
the tmpTable can be sent more than once from form to class and in the class adding a value I want to check if such record for a specific key exist and than update, not insert.
How can I reach it?