API Reference/ redb.Export.Models Class TypeRecord Namespace: redb.Export.ModelsAssembly: redb.Export.dllRepresents a row from the _types table (REDB type definition).public sealed class TypeRecord : ExportRecord Inheritance Object→ExportRecord→TypeRecordPropertiesDbTypeDatabase-specific type name (e.g. "bigint").public string? DbType { get; init; } DotnetType.NET CLR type name (e.g. "System.Int64").public string? DotnetType { get; init; } IdPrimary key.public long Id { get; init; } NameType name.public string Name { get; init; }