CCeDBProp::GetString

This member function retrieves the value of a property, when the property's data type is a wide (Unicode) character string (CCeDBProp::Type_String).

Syntax

LPWSTR GetString( ) const;

At a Glance

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

Return Values

A pointer to the string represented by the property.

Remarks

You can only call GetString on a property of the type CeDBProp::Type_String.

See Also

CCeDBProp Overview, CCeDBProp Member Functions, Windows CE Database Classes, CCeDBProp::SetString