VectorType
This property returns the vector type.
Declaration
// C#
public OracleVectorType VectorType {get;}Property Value
OracleSparseVector always returns as type OracleVectorType.Sparse.
Exceptions
OracleNullValueException - The current instance has a null value.
ObjectDisposedException - The object is already disposed.
Remarks
Inherits OracleVector VectorType property.