Date - AllowSqlNull Property
Support the assignment of *SqlNull
Member of Date (PRIM_DATE)
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 Date this will be "01-01-1900"
Example
AllowSQLNull can be specified when the instance is defined or at run time.
Define_Com Class(#Prim_Date) Name(#Date) AllowSQLNull(True)