Unknown value (?)
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.)