I have a DataColumn, want to derive the DbType. I can do column.GetType( )
but that's a system type, not a db type. How do I convert it to the
corresponding type?
Thanks much!
Chris B.
but that's a system type, not a db type. How do I convert it to the
corresponding type?
Thanks much!
Chris B.
Comment