Property SelectCastClob
- Namespace
- YndigoBlue.Velocity.Connections
- Assembly
- YndigoBlue.Velocity.dll
SelectCastClob
Gets or sets whether Clob types are converted to VarChar before being added to a select statement. 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. Applies to Retrieve, Search and Export. Default is true.
public bool SelectCastClob { get; set; }