Fill Enum with DB records
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How can I fill ( or create ) a Enum using DB records as items ?? Or How can I override a enum declaration ? ( I want to add items to an Enum declarated in other class ) thanks Marcelo Duarte Uruguay
-
How can I fill ( or create ) a Enum using DB records as items ?? Or How can I override a enum declaration ? ( I want to add items to an Enum declarated in other class ) thanks Marcelo Duarte Uruguay
Sorry, but this a non-doable thing. Enums are named constants so their values are determined at compile time.:(