Enum dbText

P

Phil

Suppose I know that dbText = 10, and that there exists an
Enum somewhere that consists of a bunch of related values
(in this case, field types).

How can I identify the name of the enum to which dbText
belongs, and then list the enum values?

What I really want to do is to list "dbText" when I find a
type value =10.

Any suggestions?
Thank you in advance for any help you can give.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top