Class SupportedType

Assembly: redb.Core.dll

Supported type information.

public class SupportedType

Inheritance

ObjectSupportedType

Properties

DbType

public string DbType { get; set; }

Description

public string? Description { get; set; }

DotNetType

public string DotNetType { get; set; }

Id

public long Id { get; set; }

Name

public string Name { get; set; }

SupportsArrays

public bool SupportsArrays { get; set; }

SupportsNullability

public bool SupportsNullability { get; set; }