Skip to content

Releases: DotNetNext/SqlSugar

3.1.0.7

17 Oct 16:55
Compare
Choose a tag to compare

1.拉姆达解析,支持了属性中返回函数写法
public int id{ get{ return getId()}};
Where(it.id=>this.id)

2.指定列更新也支持了自动排除主键和自增列功能

3.1.0.5

17 Oct 14:19
Compare
Choose a tag to compare

没有变化,提升版本号和NUGET一致

3.0.01

15 Oct 13:59
Compare
Choose a tag to compare

1. 拉姆达 函数支持了 it.Contains("s"+p) 这种带有运算的参数
2.更新了错误提示语句

3.0

14 Oct 05:21
Compare
Choose a tag to compare
3.0 Pre-release
Pre-release
ok