Data Table to Enum convert...

  • Thread starter Thread starter VJ
  • Start date Start date
V

VJ

I have a DataTable, with varying columns.. I want to convert the DataTable
to a ENUM.. how do I acomplish this?

VJ
 
I will need to have a function to which if I pass a DataTable, it should
return a Enum

VJ
 
Back
Top