Skip to content

Commit 89cfc66

Browse files
DataTypeInfo.IsIntegralFromDecimal
1 parent 6d26d5b commit 89cfc66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LightWeight/DataTypeInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public class DataTypeInfo
3737
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
3838
public bool IsRowVersion { get; init; }
3939

40+
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
41+
public bool IsIntegralFromDecimal { get; init; }
42+
4043
[JsonIgnore]
4144
public Dictionary<string, string> AllProperties { get; init; }
4245

0 commit comments

Comments
 (0)