Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : GetRowid( ) method (JsonObject)
 

GetRowid( ) method (JsonObject)

Gets the JSON string value of the named property as a ROWID.
Return type: ROWID
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class

Syntax

GetRowid( INPUT property-name AS CHARACTER )
property-name
A CHARACTER expression that denotes the name of the property value to be retrieved from the JsonObject.
A JsonError is raised If:
*property-name is the empty string (""), or is the Unknown value (?)
*The property does not exist
*The property value is not a JSON string
*The property value cannot be parsed a Base-64 encoded string