Function CSPODBCField::IsNullable()
Description:
Retrieves information on whether the field can be set to null.
 |
Prototype:
bool IsNullable() const;
Arguments:
No arguments (void).
Return value:
If the field is nullable, it returns true. Otherwise, it returns false.
See also:
member function IsNull()
|
|