MapNullToEmptyString property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
Indicates whether the BindingSource returns the Unknown
(?) value or an empty string when the value in the .NET object is null.
If MapNullToEmptyString is set to TRUE, then the empty string is returned;
if set to FALSE, then the Unknown (?) value is returned.
Data type: LOGICAL
Access: PUBLIC Readable/Writable
Applies to: Progress.Data.BindingSource class