Class RedbTypeInfo

Assembly: redb.Core.dll

Type information for caching (DB types, not CLR types).

public class RedbTypeInfo

Inheritance

ObjectRedbTypeInfo

Properties

DbType

public string? DbType { get; set; }

Id

public long Id { get; set; }

Name

public string Name { get; set; }

Type1

public string? Type1 { get; set; }