persistent class %iKnow.UserDictionary
extends %Persistent
This object is for internal use by %iKnow.Indexer only, do not instantiate.
parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted.
Tables are projected to SQL as READONLY.
property Description
as %String [ Final,ReadOnly ];
property Id
as %Integer [ Final,ReadOnly ];
property Name
as %String [ Final,ReadOnly ];
index (PKINDEX on Id) [IdKey,PrimaryKey,Unique];