姜志远

Results 6 comments of 姜志远

环境: sql server 2008r2 [FreeSql.DataAnnotations.Column(CanUpdate = false, CanInsert = false)] 就可以不更新此列了

没用过 pg,我用的是 sql server ``` C# /// /// tAd /// [DbTable] [DisplayName("tTest")] public partial class tTest { /// /// 编号 /// [Display(Name = "编号")] [Key] [System.ComponentModel.DataAnnotations.Schema.DatabaseGenerated(System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption.None)] #if NET5_0_OR_GREATER [FreeSql.DataAnnotations.Column(CanInsert =...

没办法啊,他又不支持 Timestamp 自动绑定where ``` await freesql.Update(test).Where(i => i.Id == test.Id && i.RowVersion == test.RowVersion).Set(i => i.Name, "ccc").ExecuteAffrowsAsync(); ``` 那就手动加上 RowVersion 的where呗。 反正不能加 IsVersion = true,加了就报错

excuse me, AvaloniaUI has publish v11.0 . Do you have any compatibility plans?

企业用户,只有C盘,好多东西是必须存放在我的文档里的。 我记得Webview2 是可以设置路径的,可以考虑在切换路径后,先自动关闭Q,再用一个转移程序,将原来的webview2文件夹里的东西移动到新位置,再重新打开Q。类似 微信 转移 时的做法,微信也是因为信息也在我的文档里,也被我转到其他地方去了。