CCeDBRecord::GetPropFromIndex

This member function retrieves a property based on its index within the record.

Syntax

CCeDBProp* GetPropFromIndex( int nIndex ) const;

At a Glance

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

Parameters

nIndex
The zero-based index of the property to retrieve.

Return Values

A pointer to the CCeDBProp object identified by nIndex, or NULL if nIndex is out of range.

See Also

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