Friday, June 22, 2007

.Net in-memory data table can have columns of any data type

Every once in a while you encounter an overlooked feature of a class that turns out to be really useful. I noticed recently that in-memory data tables in .Net 2.0 can have fields of any type, not limited to just the data types that SQL Server supports. Potentially very useful.

Joe Kunk