I have some dynamic columns created inside a SQL Server table, and I want to know which dynamic column has a datetime
type value.
I got all data in a datatable and then did select * from datatable;
but now I don't know how to iterate over every value to know which is of datetime
type.