Class FieldInfo
Metadata about a field in the PVT query.
Contains structure_id for SQL generation and type information for value extraction.
public record FieldInfo : IEquatable<FieldInfo>
Inheritance
Implements
Properties
DictKey
For Dictionary fields: the key (e.g., "home" for PhoneBook["home"])
public string? DictKey { get; init; }
ListItemProp
For ListItem fields: which property (Id, Value, Alias)
public ListItemProperty? ListItemProp { get; init; }
ParentStructureId
For nested Dictionary fields: parent structure ID for JOIN via _array_parent_id
public long? ParentStructureId { get; init; }
Constructors
FieldInfo(long, string, string, string, bool, ListItemProperty?, string?, long?)
Metadata about a field in the PVT query.