Skip to content

ColumnTypes return no type information, if no data is present in the table

Interesting issue:

If the table your performing a ColumnTypes operation upon has no data, this will result in a empty ColumnTypes result. Insert a row into the table and ColumnTypes results can be found. Delete the row from the table and this will again result in a empty ColumnTypes result.