getting the datatype of a datarow item

  • Thread starter Thread starter Michael Jackson
  • Start date Start date
M

Michael Jackson

I'm using a dataset to store user settings in Isolated Storage. I have a
method, GetSettng(settingName) which returns a setting for a given
settingname. I want to return default values for a setting if they have not
been initialized (set) yet, so I need to know the datatype of the datarow
item. I know the datacolumns contain this information, but I can't figure
out how to assign a datacolumn variable to a datarows item.

How can I obtain this?

Thanks

Michael
 
Back
Top