VectorType
This property returns the vector's storage format.
Declaration
// C# public OracleVectorType VectorType {get;}
Property Value
The OracleVectorType
representing the storage format of the OracleVector
.
Exceptions
OracleNullValueException - The current instance has a null value.
ObjectDisposedException - The object is already disposed.
Remarks
OracleVector
will always return the vector value in dense format regardless of whether the vector is dense or sparse. To retrieve sparse values, cast the OracleVector
to OracleSparseVector
and use the OracleSparseVector
APIs.