Skip to main content

%ResultSet.MD.ObjectId

Class %ResultSet.MD.ObjectId Extends %SerialObject [ System = 2 ]

Properties

columnName

Property columnName As %Integer;

columnName is the name of the column or property whose values reference objects in an extent. That means that this expression can be used to return an object reference: set objectRef = $classmethod(,"%OpenId",rs.%Get())

extentName

Property extentName As %String(MAXLEN = 255);

extentName is the name of the extent in which the value of columnNbr is an instance. This is a class name but the object referenced can be an instance of a more specific subclass of extentName.

exportCall

Property exportCall As %String(MAXLEN = "");

exportCall is the tag^routine() expression that implements the object export for a given object ID. The following code will export an instance of extentName: set %rowid = rs.%Get(), %nolock = 0 do @