DateTime - AllowSqlNull Property

Support the assignment of *SqlNull

Member of DateTime (PRIM_DAT)

Data Type - Boolean

Details

AllowSqlNull determines whether the component supports the assignment of an SQLNull. If False, SQLnull will be handled as a LANSA null.
 
For a DateTime this will be "1900-01-01 00:00:00.000"

Example

AllowSQLNull can be specified when the instance is defined or at run time.
Define_Com Class(#Prim_Time) Name(#Time) AllowSQLNull(True)

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2