We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d26d5b commit 89cfc66Copy full SHA for 89cfc66
LightWeight/DataTypeInfo.cs
@@ -37,6 +37,9 @@ public class DataTypeInfo
37
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
38
public bool IsRowVersion { get; init; }
39
40
+ [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
41
+ public bool IsIntegralFromDecimal { get; init; }
42
+
43
[JsonIgnore]
44
public Dictionary<string, string> AllProperties { get; init; }
45
0 commit comments