I am having trouble identifying the type of a datetime DataColumn.
If I grab a DataTable from SQL 2008 a datetime DataColumn could be a datetime or datetime2 but there appears to be no difference when in C#.
I need to validate data prior to loading into SQL...
Any ideas?