SE_columninfo_allows_nulls

Does this column allow null values?

Usage syntax

BOOL SE_columninfo_allows_nulls (SE_COLUMNINFO column);

Parameters
column The column entry handle
Description

This function returns TRUE if the registered table object allows null values and FALSE if it does not. If the SE_COLUMNINFO object is somehow invalid, then FALSE is also returned.