Class SupportedType
Supported type information.
public class SupportedType
Inheritance
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; }