Property ImportCastClob
- Namespace
- YndigoBlue.Velocity.Connections
- Assembly
- YndigoBlue.Velocity.dll
ImportCastClob
Gets or sets whether Clob types are converted to VarChar before being imported. Performance is much improved if set to true but the size of Clob columns are limited to the value of VarCharCastSize, which has a maximum size of 32,000 characters. Default is true.
public bool ImportCastClob { get; set; }