Populating Enum's dynamically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to populate my Enum dynamically from the database. Is that possible?
If so, what is the approach that I need to take.

I need this because I have some set of constants in my table which I want to
fetch once the moment i start my application and store that in Enum.

Regards
Sudhakara.T.P.
 
Sudhakara.T.P. said:
I want to populate my Enum dynamically from the database. Is that
possible?

Nope, that's not supported.
 

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

Back
Top