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.
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.