MapVectorColumnAsClob

This property specifies whether to retrieve vector types as native vectors or CLOB/VARCHAR2 in .NET.

Declaration

// C#
public static bool MapVectorColumnAsClob { get; set; }

Property Type

System.Boolean

Remarks

When false (default), then native vector type for vector data is retrieved from the database. When true, then CLOB or VARCHAR2 for vector data is retrieved from the database.

The property allows easier migration from earlier ODP.NET versions that did not support a native vector data type to be upgraded with a simple code change and continue the existing behavior of using a CLOB or VARCHAR2 data type.