Unknown value (?)
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Unknown value (?)
All temp-table fields can contain the Unknown value (?).
For an ADO.NET DataTable, this is specified by each corresponding
ADO.NET DataColumn's AllowDBNull property
being set to true. (The default value of a DataColumn's AllowDBNull property
is true.)