hanxiao123

Results 5 comments of hanxiao123

![image](https://user-images.githubusercontent.com/17881934/183400573-d5feda24-c6c2-4195-b5f1-b3d535f394fb.png)

请问如果自行实现,怎样知道当前列的部分信息是有被隐藏的?

InsertValueSql 可能是有问题的,今天简单用了一下 [JsonProperty, Column(DbType = "TEXT", IsNullable = false, InsertValueSql = "")] public string Name { get; set; } [JsonProperty, Column(DbType ="INT", IsNullable = false, InsertValueSql = "1")] public int...

我也是这么认为的,但是DbType =Text的时候,是考虑了外界值的

> @yangzhongke can you try out the latest .NET 6.0 SDK release and see whether you can still hit this issue? Thanks yse,latest .NET 6.0 SDK release can still hit...