I have a persistent store class. classname = Testdata
It has 10 columns.
I want to delete a column via the data browser dashboard. Lets say column 'Test1'.
In my code I want to test for the existence of this column.
ie.
If Testdata.Test1 exists do something else do something else
Any help much appreciated.
Many thanks, Guy