.NET Core 中 Z.EntityFramework.Plus 更新表字段问题
其他问答
1
请问在 .NET Core 中是否可以通过 Z.EntityFramework.Plus 实现下面的更新
UPDATE BlogSite
SET PostCount = PostCount + 1
WHERE BlogId = @BlogId
发表回复