CCeDBProp::SetIdent

This member function sets the application-defined identifier of a property.

Syntax

void SetIdent( WORD wIdent );

At a Glance

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

Parameters

wIdent
The property's application-defined identifier.

Return Values

This member function has no return value.

Remarks

A property's identifier is determined by the application. The application can use these identifiers to sort and retrieve records in the database.

See Also

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