Previous Topic: CaData

Next Topic: bool IsNull(void) const


void SetNull(void)

Sets the Data object's value to NULL but does not change its type.

Owning Class

CaData

Arguments

None

Return Value

None

Example

CaData d; d.SetNull();

More information: