%FileMan.Field
Class %FileMan.Field Extends %Persistent [ Deprecated, Owner = {_SYSTEM}, SqlRowIdPrivate, StorageStrategy = SQLStorage, System = 4 ]
This file stores the descriptive information for all fields in a file for a FileMan managed database.
Note: The FileMan toolset is available and fully supported in InterSystems IRIS for existing FileMan users. InterSystems recommends against starting new development projects using FileMan.
Parameters
READONLY
Parameter READONLY = 1;
Properties
CHARACTERISTICS
Property CHARACTERISTICS As %String;
DESCRIPTION
Property DESCRIPTION As list Of %String [ SqlListType = SUBNODE ];
NAME
Property NAME As %String;
NUMBER
Property NUMBER As %Numeric;
FILE
Relationship FILE As %FileMan.File [ Cardinality = parent, Inverse = FIELDS ];