Skip to main content

%Library.ListOfObjectsWithClassName

Class %Library.ListOfObjectsWithClassName Extends %ListOfObjects [ OdbcType = VARCHAR, Not ProcedureBlock, StorageStrategy = Custom, System = 2 ]

A version of the %ListOfObjects collection class that stores class names in OIDs. These classes can be used 'stand alone' to store a collection.

Parameters

CLASSNAMEINOID

Parameter CLASSNAMEINOID = 1;

This parameter determines how the collection object stores OID values. If this parameter is set to 0, then partially-formed OID values, containing only an ID number, are used. If this parameter is set to 1, then fully-formed OID values, containing both a class name and an ID number, are used.