Function CSPODBCField::IsNull()
Description:
Retrieves informatin on whether the value of the field is null or not.
 |
Prototype:
bool IsNull() const;
Arguments:
No arguments (void).
Return value:
If the value is null, it returns true. Otherwise, it returns false.
See also:
member function IsNullable()
|
|