Page History
Unicode String - AllowSqlNull Property
| Panel | ||
|---|---|---|
| ||
Support the assignment of *SqlNull |
Member Member of Unicode String (PRIM_DC.UnicodeString)
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 unicode string this will be an empty string.
Example
AllowSQLNull can be specified when the instance is defined or at run time.
Define_Com Class(#Prim_dc.UnicodeString) Name(#String) AllowSQLNull(True)