Unknown value (?)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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.)