Class SchemeRecord
Represents a row from the _schemes table (schema/class definition).
public sealed class SchemeRecord : ExportRecord
Inheritance
Properties
SchemeType
Scheme type discriminator (0 = normal, 1 = primitive, etc.).
public long SchemeType { get; init; }
StructureHash
Hash of the scheme structure for change detection.
public Guid? StructureHash { get; init; }