I created a custom table with ~40 fields on it, and I created a `public void initFromXXX(XXX _xxx)` method and when I type "this.", it doesn't show any of the fields even though they are there.
I'm not doing anything wrong, Intellisense is just broken. When I type "this.", my custom Index shows up, but none of the fields seem to be showing up. I've verified in SQL the table/fields exist.
I've performed a full model build and synchronized the DB...what do I do so that Intellisense will update?
Is there some cache or something?