CCeDBProp::SetShort

This member function sets the value of a short integer property (CCeDBProp::Type_Short).

Syntax

void SetShort( short iVal );

At a Glance

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

Parameters

iVal
The value of the property.

Return Values

This member function has no return value.

Remarks

You can only call SetShort on a property of the type CeDBProp::Type_Short.

See Also

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