FileModelColumn
This type represents a column from a specific model from a specific file. It is the result of joining a FileModel with a column name, and is represented as such: FileModel.ColumnName
, where FileModel
is the address of a model and ColumnName
is the name of a column from that model. For more information regarding FileModelColumn
definitions, check this page.
Last updated