I have a class of datatables - lookuptable
I need to select a table from this class.
I have a method named GetDatatable with parameter tablename
Public static datatable getDatatable(lookuptabletype tablename)
{
how do I get the datatable based on the tablename? I need to do as elect.
}
Go to the complete details ...