CCeDBProp::GetType

This member function retrieves the data type of a property.

Syntax

CeDBProp::enType GetType( ) const;

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Return Values

The data type of the property. This parameter can have one of the following values:

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.

See Also

CCeDBProp Overview, CCeDBProp Member Functions, Windows CE Database Classes, CCeDBProp::SetType, CEBLOB, FILETIME