Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ABL data type mappings : Unknown value (?) as a parameter : Testing an INPUT-OUTPUT or OUTPUT parameter for the Unknown value (?)
 
Testing an INPUT-OUTPUT or OUTPUT parameter for the Unknown value (?)
For OUTPUT and INPUT-OUTPUT parameters, you can find out whether an output Unknown value (?) is returned by testing if the output object's HasValue property is false or if the object equals null, shown in the previous example.