Skip to content

v2.0.1

Compare
Choose a tag to compare
@rigofunc rigofunc released this 05 Sep 08:35
· 62 commits to master since this release
  1. impls the entity projection, this has some breaking changing for GetPagedList
    GetPagedList(x => x.Id > 10) MUST be changed to GetPagedList(predicate: x => x.Id > 10)
  2. load the FirstOrDefault entity with related entities.