OracleVector Properties

OracleVector properties are listed in Table 6-218.

Table 6-218 OracleVector Properties

Property Description

Dimensions

Returns the number of dimensions of the OracleVector

VectorType

Returns the vector's storage format

ProviderType

Returns the OracleDbType value of the OracleVector provider type

Value

Returns a .NET array representing the vector

Item[long]

Obtains the element in an OracleVector at the specified index

IsNull

bool IsNull returns true if the current instance has a null value; otherwise, returns false.