You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

String - AllowSqlNull Property

Support the assignment of *SqlNull

Member of String (PRIM_ALPH)

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 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_Alph) Name(#String) AllowSQLNull(True)


See also

All Component Classes
Technical Reference

  • No labels