CastAnyToVarchar
Default Value | Data Type | Required |
---|---|---|
|
String |
No |
Description
This property specifies whether the connector casts columns of type ANY to type VARCHAR.
true
: If SQLColumns returns columns of type ANY, then the connector casts them to type VARCHAR.false
: The connector does not change the returned columns.