Get column information from a DataTable with Atlas
Ok, assuming you have some datatable and you are using Atlas, you can get the datatype of your datacolumn object in Atlas. You can call the get_dataType() method on your datacolumn. Kinda cool. I've been trying to go over the Web.Data namespace recently in Atlas.
Wally