| SE_columninfo_allows_nulls |
Does this column allow null values?
BOOL SE_columninfo_allows_nulls (SE_COLUMNINFO column);
| column | The column entry handle |
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.