Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Number - AllowSqlNull Property

Panel
bgColor#2c3c4c

Support the assignment of *SqlNull

Member of Number (PRIM_NMBR)

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 number this will be 0

Example

AllowSQLNull can be specified when the instance is defined or at run time.

     Define_Com Class(#Prim_nmbr) Name(#Number) AllowSQLNull(True)

See also

All Component Classes

Technical Reference