IgnoreTypeErrors
Removes support for the specified data types and ignores casting exceptions for those types.
Data Type
string
Default Value
""
Remarks
A comma-separated list of data types for which to ignore casting exceptions and treat as strings. For example, IgnoreTypeErrors=Date,Time.
If the value can be parsed as the specified type, it is returned as a string; otherwise, the value is returned as NULL instead.