CCeDBProp::SetLong

This member function sets the value of a long integer property (CCeDBProp::Type_Long).

Syntax

void SetLong( long lVal );

At a Glance

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

Parameters

lVal
The value of the property.

Return Values

This member function has no return value.

Remarks

You can only call SetLong on a property of the type CeDBProp::Type_Long.

See Also

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