Class ValueRecord
Represents a row from the _values table (EAV property value).
Exactly one of the typed value columns is populated per row.
public sealed class ValueRecord : ExportRecord
Inheritance
Properties
ArrayParentId
Parent row identifier for array/collection elements.
public long? ArrayParentId { get; init; }
DateTimeOffset
Date/time value with timezone offset.
public DateTimeOffset? DateTimeOffset { get; init; }