This method retrieves the data type of a property.
| Header file: | Wcedb.h |
| Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
| Windows CE versions: | 2.0 and later |
CeDBProp::enType GetType( ) const;
The data type of the property. It is one of the values shown in the following table.
| Value | Description |
|---|---|
| CeDBProp::Type_Short | A signed short integer. |
| CeDBProp::Type_Ushort | An unsigned short integer. |
| CeDBProp::Type_Long | A signed long integer. |
| CeDBProp::Type_Ulong | A unsigned long integer. |
| CeDBProp::Type_Filetime | A FILETIME structure. |
| CeDBProp::Type_String | A null-terminated wide (Unicode) character string (not a CString). |
| CeDBProp::Type_Blob | A CEBLOB structure. |
CCeDBProp::SetType, CEBLOB, FILETIME