Support the assignment of *SqlNull
Member of Time (PRIM_TIME)
Data Type - Boolean
AllowSqlNull determines whether the component supports the assignment of an SQLNull. If False, SQLnull will be handled as a LANSA null. For a Time this will be "00:00:00"
AllowSQLNull can be specified when the instance is defined or at run time.
Define_Com Class(#Prim_Time) Name(#Time) AllowSQLNull(True)
Febuary 18 V14SP2