Obtaining type of column in datatable

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

If I a column name for a datatable in vb.net 2005 and want to know whether
the column is a char or int how would I ask?

E.g., code starts like this. How do I obtain the type of column?

MyTable.Rows(0)("MyColumnUnknownIfCharOrInt")

Thanks

Jeff
 
Back
Top