Indicates the data type of the vector object.
Class
TCRVector
Syntax
property DataType: Word;
Remarks
Use the DataType property to get the data type of a vector object. The possible values are:
-
dtVectorVariant
-
dtVectorFloat16
-
dtVectorFloat32
-
dtVectorFloat64
-
dtVectorInt8
-
dtVectorUInt8
-
dtVectorBit
-
dtSparseVectorVariant
-
dtSparseVectorFloat16
-
dtSparseVectorFloat32
-
dtSparseVectorFloat64
-
dtSparseVectorInt8
-
dtSparseVectorUInt8
The specific set of valid values depends on the DBMS.
See Also