OracleVector(vectorValues)

This constructor creates an instance of the OracleVector class with a vector in the byte[].

Declaration

// C#
public OracleVector(byte[] vectorValues);

Parameters

vectorValues

A byte[] that represents a vector with BINARY numeric format.

Exceptions

ArgumentNullException - The parameter is null.

Remarks

The ProviderType is OracleDbType.Vector_Binary.

If the vector parameter has a length of zero, then the constructed instance will have null value and IsNull will be true.