Class RedbTypeInfo
Type information for caching (DB types, not CLR types).
public class RedbTypeInfo
Inheritance
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; }