CCeDBRecord::GetPropFromIdent

This member function retrieves a property based on the application-defined identifier, wPropIdent.

Syntax

CCeDBProp* GetPropFromIdent( WORD wPropIdent ) const;

At a Glance

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

Parameters

wPropIdent
The application-defined identifier of the property to retrieve.

Return Values

A pointer to the CCeDBProp object identified by wPropIdent, or NULL if the record does have any properties with the specified identifier.

See Also

CCeDBRecord Overview, CCeDBRecord Member Functions, Windows CE Database Support, CCeDBRecord::GetPropFromIndex, CCeDBProp