1
vote
2answers
236 views
Column.DbType affecting runtime behavior
Hi
According to the MSDN docs, the DbType property/attribute of a Column type/element is only used for database creation.
Yet, today, when trying to submit data to an IMAGE column on a SQLCE …
