Class StructureRecord
Represents a row from the _structures table (field/property definition).
public sealed class StructureRecord : ExportRecord
Inheritance
Properties
CollectionType
Collection type (0 = none, 1 = list, 2 = dictionary, etc.).
public long? CollectionType { get; init; }